# Yeho + Dolphin API

Last updated: 2026-09-09

Public and available for AI training under https://demonhunterlabs.com/ai-use.

Read the entry status and example verification before using code.

- [!](https://demonhunterlabs.com/reference/text/operator--symbol-bb7208.md): Reverse a boolean decision.
- [!=](https://demonhunterlabs.com/reference/text/operator--symbol-c10987.md): Check whether two values differ.
- [&](https://demonhunterlabs.com/reference/text/operator--symbol-951dce.md): Keep integer bits present in both values.
- [()](https://demonhunterlabs.com/reference/text/operator--symbol-2e38e7.md): Call a function, provide arguments, or group an expression.
- [*](https://demonhunterlabs.com/reference/text/operator--symbol-684888.md): Multiply numbers, such as damage and a multiplier.
- [+](https://demonhunterlabs.com/reference/text/operator--symbol-a318c2.md): Add two numbers or join text.
- [-](https://demonhunterlabs.com/reference/text/operator--symbol-3973e0.md): Subtract one number from another; unary minus changes its sign.
- [->](https://demonhunterlabs.com/reference/text/operator--symbol-71b37b.md): Declare the result type of a function.
- [.](https://demonhunterlabs.com/reference/text/operator--.-cdb4ee.md): Access a field or call an operation owned by a value or namespace.
- [/](https://demonhunterlabs.com/reference/text/operator--symbol-8a5eda.md): Divide a number by another nonzero number.
- [<](https://demonhunterlabs.com/reference/text/operator--symbol-dabd3a.md): Check whether the left value is smaller.
- [<<](https://demonhunterlabs.com/reference/text/operator--symbol-4be261.md): Shift integer bits to the left.
- [<=](https://demonhunterlabs.com/reference/text/operator--symbol-b60080.md): Check whether the left value is smaller or equal.
- [=](https://demonhunterlabs.com/reference/text/operator--symbol-380918.md): Assign a value to a variable.
- [==](https://demonhunterlabs.com/reference/text/operator--symbol-f16474.md): Check whether two values are equal.
- [>](https://demonhunterlabs.com/reference/text/operator--symbol-62b67e.md): Check whether the left value is larger.
- [>=](https://demonhunterlabs.com/reference/text/operator--symbol-92a00d.md): Check whether the left value is larger or equal.
- [>>](https://demonhunterlabs.com/reference/text/operator--symbol-0f02c6.md): Shift integer bits to the right.
- [?](https://demonhunterlabs.com/reference/text/operator--symbol-8a8de8.md): Allow a reference type to also hold null.
- [[]](https://demonhunterlabs.com/reference/text/operator--symbol-4f53cd.md): Read or update a collection element by its index or key.
- [^](https://demonhunterlabs.com/reference/text/operator--symbol-74cd9e.md): Keep integer bits present in exactly one value.
- [A compute shader works on data](https://demonhunterlabs.com/reference/text/recipe--compute-start.md): Distinguish a surface function from a dispatched compute kernel.
- [AbortPersistentSurfaceFrame](https://demonhunterlabs.com/reference/text/graphics.canvas--AbortPersistentSurfaceFrame.md): Discard an active back-buffer transaction while keeping the last committed persistent texture valid for the next frame.
- [abstract](https://demonhunterlabs.com/reference/text/word--abstract.md): Require implementation on the oracle object surface
- [acceleratorAdapterContract](https://demonhunterlabs.com/reference/text/compute.accelerator--acceleratorAdapterContract.md): A accelerator adapter contract record carrying schema, backend, compileTarget, resourceAbi, submission, and related state.
- [acceleratorBenchmarkManifest](https://demonhunterlabs.com/reference/text/compute.accelerator--acceleratorBenchmarkManifest.md): A accelerator benchmark manifest record carrying schema, workload, correctnessPolicy, warmupRuns, sampleRuns, and related state.
- [AcceleratorContractSummary](https://demonhunterlabs.com/reference/text/compute.accelerator--AcceleratorContractSummary.md): Accelerator contract summary.
- [AcceleratorTensorPlanHint](https://demonhunterlabs.com/reference/text/compute.tensor--AcceleratorTensorPlanHint.md): Accelerator tensor plan hint.
- [AcquireYuiPointerSampleCanary](https://demonhunterlabs.com/reference/text/ui--AcquireYuiPointerSampleCanary.md): Acquire yui pointer sample canary.
- [add](https://demonhunterlabs.com/reference/text/word--add.md): Add a planned item
- [addAt](https://demonhunterlabs.com/reference/text/word--addAt.md): Add a planned item at an index
- [AddIntBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--AddIntBuffers.md): Add int buffers.
- [AddInts](https://demonhunterlabs.com/reference/text/compute.kernels--AddInts.md): Add ints.
- [AddSimdFloatVectors](https://demonhunterlabs.com/reference/text/compute.simd--AddSimdFloatVectors.md): Add simd float vectors.
- [AddSimdIntVectors](https://demonhunterlabs.com/reference/text/compute.simd--AddSimdIntVectors.md): Add simd int vectors.
- [AddTensorBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--AddTensorBuffers.md): Add tensor buffers.
- [and](https://demonhunterlabs.com/reference/text/word--and.md): Short-circuit boolean conjunction
- [and](https://demonhunterlabs.com/reference/text/operator--and-620111.md): Require both decisions to be true; the right side is skipped when the left side is false.
- [AppendYuiCoreActionDisplayItem](https://demonhunterlabs.com/reference/text/frontend.yui--AppendYuiCoreActionDisplayItem.md): Append yui core action display item.
- [AppendYuiCoreChoiceDisplayItem](https://demonhunterlabs.com/reference/text/frontend.yui--AppendYuiCoreChoiceDisplayItem.md): Append yui core choice display item.
- [AppendYuiCoreContainerDisplayItem](https://demonhunterlabs.com/reference/text/frontend.yui--AppendYuiCoreContainerDisplayItem.md): Append yui core container display item.
- [AppendYuiCoreLayoutDisplayItem](https://demonhunterlabs.com/reference/text/frontend.yui--AppendYuiCoreLayoutDisplayItem.md): Append yui core layout display item.
- [AppendYuiCorePassiveDisplayItem](https://demonhunterlabs.com/reference/text/frontend.yui--AppendYuiCorePassiveDisplayItem.md): Append yui core passive display item.
- [AppendYuiCoreSelectionStripDisplayItem](https://demonhunterlabs.com/reference/text/frontend.yui--AppendYuiCoreSelectionStripDisplayItem.md): Append yui core selection strip display item.
- [AppendYuiCoreSplitterDisplayItem](https://demonhunterlabs.com/reference/text/frontend.yui--AppendYuiCoreSplitterDisplayItem.md): Append yui core splitter display item.
- [AppendYuiCoreValueDisplayItem](https://demonhunterlabs.com/reference/text/frontend.yui--AppendYuiCoreValueDisplayItem.md): Append yui core value display item.
- [AppendYuiEditableTextFieldDisplay](https://demonhunterlabs.com/reference/text/frontend.yui--AppendYuiEditableTextFieldDisplay.md): Append yui editable text field display.
- [AppendYuiGlyphAlphaResourceSetV1](https://demonhunterlabs.com/reference/text/frontend.yui--AppendYuiGlyphAlphaResourceSetV1.md): Bridge renderer-neutral shaped-run raster resources into renderer-v2 without leaking DirectWrite, font handles, or paint/clip policy into graphics.text.
- [AppendYuiWindowsTextV1](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--AppendYuiWindowsTextV1.md): Shape, rasterize, cache, register, and append one caller-owned text node. Bounds are both the DirectWrite layout maximum and the renderer-v2 origin.
- [ApplyYuiWindowsClipboardCommand](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--ApplyYuiWindowsClipboardCommand.md): Apply yui windows clipboard command.
- [Arithmetic, comparison, and bit operators](https://demonhunterlabs.com/reference/text/language--operators.md): Scalar expressions use explicit arithmetic, comparison, bitwise, shift, and unary operators with ordinary precedence.
- [ArmNeonFloat32x4](https://demonhunterlabs.com/reference/text/compute.simd--ArmNeonFloat32x4.md): Arm neon float32x4.
- [ArmNeonInt32x4](https://demonhunterlabs.com/reference/text/compute.simd--ArmNeonInt32x4.md): Arm neon int32x4.
- [as](https://demonhunterlabs.com/reference/text/word--as.md): Cast to a named type
- [as](https://demonhunterlabs.com/reference/text/operator--as-f4bf9f.md): Cast a reference to a named type at an admitted dynamic boundary.
- [assert](https://demonhunterlabs.com/reference/text/word--assert.md): Unavailable statement; use an explicit check and error
- [at](https://demonhunterlabs.com/reference/text/word--at.md): Bind an iteration index
- [Audio.BeginRender](https://demonhunterlabs.com/reference/text/runtime--Audio.BeginRender.md): Begin render through the Audio runtime.
- [Audio.CancelCapture](https://demonhunterlabs.com/reference/text/runtime--Audio.CancelCapture.md): Cancel capture through the Audio runtime.
- [Audio.CaptureDeviceCount](https://demonhunterlabs.com/reference/text/runtime--Audio.CaptureDeviceCount.md): Capture device count through the Audio runtime.
- [Audio.CaptureDeviceName](https://demonhunterlabs.com/reference/text/runtime--Audio.CaptureDeviceName.md): Capture device name through the Audio runtime.
- [Audio.CaptureValue](https://demonhunterlabs.com/reference/text/runtime--Audio.CaptureValue.md): Capture value through the Audio runtime.
- [Audio.CreateDefaultOutput](https://demonhunterlabs.com/reference/text/runtime--Audio.CreateDefaultOutput.md): Create default output through the Audio runtime.
- [Audio.CreateOutputDevice](https://demonhunterlabs.com/reference/text/runtime--Audio.CreateOutputDevice.md): Create output device through the Audio runtime.
- [Audio.DestroyOutput](https://demonhunterlabs.com/reference/text/runtime--Audio.DestroyOutput.md): Destroy output through the Audio runtime.
- [Audio.EndRender](https://demonhunterlabs.com/reference/text/runtime--Audio.EndRender.md): End render through the Audio runtime.
- [Audio.OutputDeviceCount](https://demonhunterlabs.com/reference/text/runtime--Audio.OutputDeviceCount.md): Output device count through the Audio runtime.
- [Audio.OutputDeviceName](https://demonhunterlabs.com/reference/text/runtime--Audio.OutputDeviceName.md): Output device name through the Audio runtime.
- [Audio.OutputValue](https://demonhunterlabs.com/reference/text/runtime--Audio.OutputValue.md): Output value through the Audio runtime.
- [Audio.ReadControlFloat](https://demonhunterlabs.com/reference/text/runtime--Audio.ReadControlFloat.md): Read control float through the Audio runtime.
- [Audio.ReadControlInt](https://demonhunterlabs.com/reference/text/runtime--Audio.ReadControlInt.md): Read control int through the Audio runtime.
- [Audio.RestartOutput](https://demonhunterlabs.com/reference/text/runtime--Audio.RestartOutput.md): Restart output through the Audio runtime.
- [Audio.SetControlFloat](https://demonhunterlabs.com/reference/text/runtime--Audio.SetControlFloat.md): Set control float through the Audio runtime.
- [Audio.SetControlInt](https://demonhunterlabs.com/reference/text/runtime--Audio.SetControlInt.md): Set control int through the Audio runtime.
- [Audio.StartCaptureDevice](https://demonhunterlabs.com/reference/text/runtime--Audio.StartCaptureDevice.md): Start capture device through the Audio runtime.
- [Audio.StartDefaultCapture](https://demonhunterlabs.com/reference/text/runtime--Audio.StartDefaultCapture.md): Start default capture through the Audio runtime.
- [Audio.StartOutput](https://demonhunterlabs.com/reference/text/runtime--Audio.StartOutput.md): Start output through the Audio runtime.
- [Audio.StopCaptureToWave](https://demonhunterlabs.com/reference/text/runtime--Audio.StopCaptureToWave.md): Stop capture to wave through the Audio runtime.
- [Audio.StopOutput](https://demonhunterlabs.com/reference/text/runtime--Audio.StopOutput.md): Stop output through the Audio runtime.
- [Audio.WriteStereoFrame](https://demonhunterlabs.com/reference/text/runtime--Audio.WriteStereoFrame.md): Write stereo frame through the Audio runtime.
- [AudioCaptureContract](https://demonhunterlabs.com/reference/text/audio--AudioCaptureContract.md): Audio capture contract.
- [AudioCaptureStateCaptured](https://demonhunterlabs.com/reference/text/audio--AudioCaptureStateCaptured.md): Audio capture state captured.
- [AudioCaptureStateFailed](https://demonhunterlabs.com/reference/text/audio--AudioCaptureStateFailed.md): Audio capture state failed.
- [AudioCaptureStateIdle](https://demonhunterlabs.com/reference/text/audio--AudioCaptureStateIdle.md): Audio capture state idle.
- [AudioCaptureStateRecording](https://demonhunterlabs.com/reference/text/audio--AudioCaptureStateRecording.md): Audio capture state recording.
- [AudioCaptureStateSaved](https://demonhunterlabs.com/reference/text/audio--AudioCaptureStateSaved.md): Audio capture state saved.
- [AudioContract](https://demonhunterlabs.com/reference/text/audio--AudioContract.md): Audio contract.
- [audioDeviceIdentity](https://demonhunterlabs.com/reference/text/audio--audioDeviceIdentity.md): A audio device identity record carrying stableId, displayName, provider, isDefault.
- [audioLatencyTerms](https://demonhunterlabs.com/reference/text/audio--audioLatencyTerms.md): A audio latency terms record carrying bufferFrames, defaultPeriodMicroseconds, minimumPeriodMicroseconds, streamLatencyMicroseconds, renderDeadlineMicroseconds.
- [audioOutputStream](https://demonhunterlabs.com/reference/text/audio--audioOutputStream.md): A audio output stream record carrying identity.
- [AudioStateConfigured](https://demonhunterlabs.com/reference/text/audio--AudioStateConfigured.md): Audio state configured.
- [AudioStateDestroyed](https://demonhunterlabs.com/reference/text/audio--AudioStateDestroyed.md): Audio state destroyed.
- [AudioStateFailed](https://demonhunterlabs.com/reference/text/audio--AudioStateFailed.md): Audio state failed.
- [AudioStateInvalidated](https://demonhunterlabs.com/reference/text/audio--AudioStateInvalidated.md): Audio state invalidated.
- [AudioStateRendering](https://demonhunterlabs.com/reference/text/audio--AudioStateRendering.md): Audio state rendering.
- [AudioStateRunning](https://demonhunterlabs.com/reference/text/audio--AudioStateRunning.md): Audio state running.
- [AudioStateStopped](https://demonhunterlabs.com/reference/text/audio--AudioStateStopped.md): Audio state stopped.
- [audioStreamEvidence](https://demonhunterlabs.com/reference/text/audio--audioStreamEvidence.md): A audio stream evidence record carrying state, lastResult, renderedQuanta, renderedFrames, underruns, and related state.
- [audioStreamFormat](https://demonhunterlabs.com/reference/text/audio--audioStreamFormat.md): A audio stream format record carrying sampleEncoding, sampleRate, channels, bitsPerSample, channelMask, and related state.
- [auto](https://demonhunterlabs.com/reference/text/tag--auto.md): Leave compute placement compatible with the selected backend. Build the same [auto] source separately for CPU oracle or Metal; the tag alone does not prove which processor ran it.
- [autotuningCacheRecord](https://demonhunterlabs.com/reference/text/compute.accelerator--autotuningCacheRecord.md): A autotuning cache record record carrying schema, kernelIdentity, compilerIdentity, deviceIdentity, driverIdentity, and related state.
- [autotuningCandidate](https://demonhunterlabs.com/reference/text/compute.accelerator--autotuningCandidate.md): A autotuning candidate record carrying localSizeX, parityPassed, medianKernelUs, minimumKernelUs, maximumKernelUs, and related state.
- [autotuningDecision](https://demonhunterlabs.com/reference/text/compute.accelerator--autotuningDecision.md): A autotuning decision record carrying schema, selectedLocalSizeX, medianKernelUs, usedFallback, correctnessProtected, and related state.
- [autotuningPolicy](https://demonhunterlabs.com/reference/text/compute.accelerator--autotuningPolicy.md): A autotuning policy record carrying schema, seed, budgetUs, requiredSamples, fallbackLocalSizeX, and related state.
- [await](https://demonhunterlabs.com/reference/text/word--await.md): Read an admitted task result
- [BeginCanvasOverlayFrame](https://demonhunterlabs.com/reference/text/graphics.canvas--BeginCanvasOverlayFrame.md): Preserve the current presentation target while establishing Canvas pixel coordinates and source-over state for a final 2D pass. This is the bounded transition from a provider-owned world pass; it neither clears nor presents.
- [BeginFrame](https://demonhunterlabs.com/reference/text/graphics.canvas--BeginFrame.md): Begin frame.
- [BeginGraphics3DFrame](https://demonhunterlabs.com/reference/text/graphics.render3d--BeginGraphics3DFrame.md): Begin graphics3 dframe.
- [BeginGraphics3DSunShadowPassV1](https://demonhunterlabs.com/reference/text/graphics.render3d--BeginGraphics3DSunShadowPassV1.md): Begin graphics3 dsun shadow pass v1.
- [BeginPersistentDamageRegion](https://demonhunterlabs.com/reference/text/graphics.canvas--BeginPersistentDamageRegion.md): Begin persistent damage region.
- [BeginPersistentSurfaceFrame](https://demonhunterlabs.com/reference/text/graphics.canvas--BeginPersistentSurfaceFrame.md): Begin persistent surface frame.
- [BeginPersistentSurfaceFrameForSize](https://demonhunterlabs.com/reference/text/graphics.canvas--BeginPersistentSurfaceFrameForSize.md): Retained full initialization supplies exact client dimensions so native execution rejects incomplete or oversized damage before clearing pixels.
- [BeginWindowsDelayedClipboardText](https://demonhunterlabs.com/reference/text/host.windows--BeginWindowsDelayedClipboardText.md): Begin windows delayed clipboard text.
- [BindGraphicsImagePresentationColorRegionV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--BindGraphicsImagePresentationColorRegionV1.md): Bind graphics image presentation color region v1.
- [BindGraphicsImageSamplingMetadataV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--BindGraphicsImageSamplingMetadataV1.md): Bind graphics image sampling metadata v1.
- [BindGraphicsImageSamplingMetadataWithOutputV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--BindGraphicsImageSamplingMetadataWithOutputV1.md): Bind graphics image sampling metadata with output v1.
- [BindGraphicsImageWideColorTransformV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--BindGraphicsImageWideColorTransformV1.md): Bind graphics image wide color transform v1.
- [BindYuiRenderImagePresentationSamplingV1](https://demonhunterlabs.com/reference/text/frontend.yui--BindYuiRenderImagePresentationSamplingV1.md): Derives the exact promoted policy identity from decoded-resource metadata. Keeping this in the concrete adapter avoids coupling renderer-neutral ui.render definitions to graphics.image.processing.
- [bit1](https://demonhunterlabs.com/reference/text/type--bit1-881114.md): A signed integer in the signed packed bits family. The spelling selects its storage width; use only values representable by that type.
- [bit2](https://demonhunterlabs.com/reference/text/type--bit2-a308b9.md): A signed integer in the signed packed bits family. The spelling selects its storage width; use only values representable by that type.
- [bit3](https://demonhunterlabs.com/reference/text/type--bit3-983a7c.md): A signed integer in the signed packed bits family. The spelling selects its storage width; use only values representable by that type.
- [bit4](https://demonhunterlabs.com/reference/text/type--bit4-de042b.md): A signed integer in the signed packed bits family. The spelling selects its storage width; use only values representable by that type.
- [bit5](https://demonhunterlabs.com/reference/text/type--bit5-7b1dba.md): A signed integer in the signed packed bits family. The spelling selects its storage width; use only values representable by that type.
- [bit6](https://demonhunterlabs.com/reference/text/type--bit6-11934b.md): A signed integer in the signed packed bits family. The spelling selects its storage width; use only values representable by that type.
- [bit7](https://demonhunterlabs.com/reference/text/type--bit7-6fa5a3.md): A signed integer in the signed packed bits family. The spelling selects its storage width; use only values representable by that type.
- [bit8](https://demonhunterlabs.com/reference/text/type--bit8-67d783.md): A signed integer in the signed packed bits family. The spelling selects its storage width; use only values representable by that type.
- [BlurUiSurface](https://demonhunterlabs.com/reference/text/ui--BlurUiSurface.md): Blur ui surface.
- [bool](https://demonhunterlabs.com/reference/text/type--bool-b760f4.md): A true or false decision, such as whether the player can jump.
- [Boolean logic and short-circuiting](https://demonhunterlabs.com/reference/text/language--boolean-logic.md): Use !, and, and or with bool values. and and or short-circuit, so the right side runs only when needed.
- [BorrowedTensorAliasContract](https://demonhunterlabs.com/reference/text/compute.tensor--BorrowedTensorAliasContract.md): Borrowed tensor alias contract.
- [BorrowedTensorViewContract](https://demonhunterlabs.com/reference/text/compute.tensor--BorrowedTensorViewContract.md): Borrowed tensor view contract.
- [BridgeGraphicsWindowsGlyphRunsV1](https://demonhunterlabs.com/reference/text/graphics.text.windows--BridgeGraphicsWindowsGlyphRunsV1.md): Bridge graphics windows glyph runs v1.
- [BroadcastBinaryIntBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--BroadcastBinaryIntBuffers.md): Broadcast binary int buffers.
- [BroadcastBinaryInts](https://demonhunterlabs.com/reference/text/compute.kernels--BroadcastBinaryInts.md): Broadcast binary ints.
- [buffer](https://demonhunterlabs.com/reference/text/word--buffer.md): buffer in a complete program.
- [buffer of T](https://demonhunterlabs.com/reference/text/type--buffer-of-T-a3fe58.md): Contiguous typed storage for data processing, including explicit compute input and output.
- [buffer.Resize](https://demonhunterlabs.com/reference/text/runtime--buffer.Resize.md): Set a scalar buffer's logical element count, preserving existing elements and zero-filling growth.
- [Buffers](https://demonhunterlabs.com/reference/text/language--buffers.md): buffer of T is a shared resource shape used for explicit data movement and compute boundaries.
- [BuildExecutionEvent](https://demonhunterlabs.com/reference/text/compute.profiling--BuildExecutionEvent.md): Build execution event.
- [BuildFloatParityMismatchReport](https://demonhunterlabs.com/reference/text/compute.parity--BuildFloatParityMismatchReport.md): Build float parity mismatch report.
- [BuildFloatParityWorkflow](https://demonhunterlabs.com/reference/text/compute.parity--BuildFloatParityWorkflow.md): Build float parity workflow.
- [BuildFloatParityWorkflowFromLists](https://demonhunterlabs.com/reference/text/compute.parity--BuildFloatParityWorkflowFromLists.md): Build float parity workflow from lists.
- [BuildGraphAutodiffTape](https://demonhunterlabs.com/reference/text/compute.graph--BuildGraphAutodiffTape.md): Build graph autodiff tape.
- [BuildGraphBackwardPlan](https://demonhunterlabs.com/reference/text/compute.graph--BuildGraphBackwardPlan.md): Build graph backward plan.
- [BuildGraphExecutionEvent](https://demonhunterlabs.com/reference/text/compute.profiling--BuildGraphExecutionEvent.md): Build graph execution event.
- [BuildGraphExecutionPlanFromModel](https://demonhunterlabs.com/reference/text/compute.graph--BuildGraphExecutionPlanFromModel.md): Build graph execution plan from model.
- [BuildInferenceExecutionEvent](https://demonhunterlabs.com/reference/text/compute.profiling--BuildInferenceExecutionEvent.md): Build inference execution event.
- [BuildIntParityMismatchReport](https://demonhunterlabs.com/reference/text/compute.parity--BuildIntParityMismatchReport.md): Build int parity mismatch report.
- [BuildKernelExecutionEvent](https://demonhunterlabs.com/reference/text/compute.profiling--BuildKernelExecutionEvent.md): Build kernel execution event.
- [BuildMemorySample](https://demonhunterlabs.com/reference/text/compute.profiling--BuildMemorySample.md): Build memory sample.
- [BuildMemoryTimeline](https://demonhunterlabs.com/reference/text/compute.profiling--BuildMemoryTimeline.md): Build memory timeline.
- [BuildNumericalReproducibilityRecord](https://demonhunterlabs.com/reference/text/compute.parity--BuildNumericalReproducibilityRecord.md): Build numerical reproducibility record.
- [BuildParityEvidence](https://demonhunterlabs.com/reference/text/compute.parity--BuildParityEvidence.md): Build parity evidence.
- [BuildParityRunReport](https://demonhunterlabs.com/reference/text/compute.parity--BuildParityRunReport.md): Build parity run report.
- [BuildParityWorkflow](https://demonhunterlabs.com/reference/text/compute.parity--BuildParityWorkflow.md): Build parity workflow.
- [BuildParityWorkflowFromIntLists](https://demonhunterlabs.com/reference/text/compute.parity--BuildParityWorkflowFromIntLists.md): Build parity workflow from int lists.
- [BuildPortableGraphSchedule](https://demonhunterlabs.com/reference/text/compute.graph--BuildPortableGraphSchedule.md): Build portable graph schedule.
- [BuildProfileReport](https://demonhunterlabs.com/reference/text/compute.profiling--BuildProfileReport.md): Build profile report.
- [BuildQuantizedModelBlock](https://demonhunterlabs.com/reference/text/compute.kernels--BuildQuantizedModelBlock.md): Build quantized model block.
- [BuildSimdFloatParitySummary](https://demonhunterlabs.com/reference/text/compute.simd--BuildSimdFloatParitySummary.md): Build simd float parity summary.
- [BuildSimdIntParitySummary](https://demonhunterlabs.com/reference/text/compute.simd--BuildSimdIntParitySummary.md): Build simd int parity summary.
- [BuildTrainingExecutionEvent](https://demonhunterlabs.com/reference/text/compute.profiling--BuildTrainingExecutionEvent.md): Build training execution event.
- [BuildYuiAuthoredApplicationComposition](https://demonhunterlabs.com/reference/text/frontend.yui--BuildYuiAuthoredApplicationComposition.md): Build yui authored application composition.
- [BuildYuiAuthoredApplicationCompositionForTarget](https://demonhunterlabs.com/reference/text/frontend.yui--BuildYuiAuthoredApplicationCompositionForTarget.md): Build yui authored application composition for target.
- [BuildYuiAuthoredApplicationDisplayList](https://demonhunterlabs.com/reference/text/frontend.yui--BuildYuiAuthoredApplicationDisplayList.md): Build yui authored application display list.
- [BuildYuiAuthoredApplicationDisplayListWithContext](https://demonhunterlabs.com/reference/text/frontend.yui--BuildYuiAuthoredApplicationDisplayListWithContext.md): Build yui authored application display list with context.
- [BuildYuiAuthoredOwnerSemanticIdentity](https://demonhunterlabs.com/reference/text/frontend.yui--BuildYuiAuthoredOwnerSemanticIdentity.md): Build yui authored owner semantic identity.
- [BuildYuiEventPath](https://demonhunterlabs.com/reference/text/ui--BuildYuiEventPath.md): Build yui event path.
- [BuildYuiInputRegionsFromLayout](https://demonhunterlabs.com/reference/text/ui--BuildYuiInputRegionsFromLayout.md): Build yui input regions from layout.
- [BuildYuiPersistentCanvasMaterializationV1](https://demonhunterlabs.com/reference/text/frontend.yui--BuildYuiPersistentCanvasMaterializationV1.md): Build yui persistent canvas materialization v1.
- [BuildYuiRetainedReplayComposition](https://demonhunterlabs.com/reference/text/ui--BuildYuiRetainedReplayComposition.md): Build yui retained replay composition.
- [BuildYuiRetainedReplayDisplayList](https://demonhunterlabs.com/reference/text/ui--BuildYuiRetainedReplayDisplayList.md): Materialize only the immutable registry closure referenced by local replay commands. Idle/semantic/composite-only plans produce an empty replay without rescanning or revalidating unrelated payloads. Concrete adapters still require a persistent target before executing the subset against native pixels.
- [BuildYuiRetainedResourceReplayV1](https://demonhunterlabs.com/reference/text/ui--BuildYuiRetainedResourceReplayV1.md): Build yui retained resource replay v1.
- [byte](https://demonhunterlabs.com/reference/text/type--byte-1c3162.md): A nonnegative integer in the unsigned integers family. The spelling selects its storage width; use only values representable by that type.
- [Byte.From](https://demonhunterlabs.com/reference/text/runtime--Byte.From.md): Convert an integer to unsigned 8-bit byte with a range check.
- [C ABI interop](https://demonhunterlabs.com/reference/text/language--extern-c.md): extern c declares an external function with cdecl by default and optional stdcall or sysv conventions.
- [CacheImageBgra8](https://demonhunterlabs.com/reference/text/graphics.canvas--CacheImageBgra8.md): Cache image bgra8.
- [CancelWindowClose](https://demonhunterlabs.com/reference/text/window--CancelWindowClose.md): Cancel window close.
- [CanonicalSimdTargetFamily](https://demonhunterlabs.com/reference/text/compute.simd--CanonicalSimdTargetFamily.md): Canonical simd target family.
- [Canvas.BeginOverlayFrame](https://demonhunterlabs.com/reference/text/runtime--Canvas.BeginOverlayFrame.md): Begin overlay frame through the Canvas runtime.
- [Canvas.CacheImageBgra8](https://demonhunterlabs.com/reference/text/runtime--Canvas.CacheImageBgra8.md): Cache image bgra8 through the Canvas runtime.
- [Canvas.Clear](https://demonhunterlabs.com/reference/text/runtime--Canvas.Clear.md): Clear through the Canvas runtime.
- [Canvas.ClearRgba](https://demonhunterlabs.com/reference/text/runtime--Canvas.ClearRgba.md): Clear rgba through the Canvas runtime.
- [Canvas.ClearScissor](https://demonhunterlabs.com/reference/text/runtime--Canvas.ClearScissor.md): Clear scissor through the Canvas runtime.
- [Canvas.DrawCachedGlyphAlphaA8](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawCachedGlyphAlphaA8.md): Draw cached glyph alpha a8 through the Canvas runtime.
- [Canvas.DrawCachedImageBgra8Region](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawCachedImageBgra8Region.md): Draw cached image bgra8 region through the Canvas runtime.
- [Canvas.DrawGlyphAlphaA8](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawGlyphAlphaA8.md): Draw glyph alpha a8 through the Canvas runtime.
- [Canvas.DrawImageBgra8](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawImageBgra8.md): Draw image bgra8 through the Canvas runtime.
- [Canvas.DrawImageBgra8Region](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawImageBgra8Region.md): Draw image bgra8 region through the Canvas runtime.
- [Canvas.DrawImageBgra8RegionFiltered](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawImageBgra8RegionFiltered.md): Draw image bgra8 region filtered through the Canvas runtime.
- [Canvas.DrawLineRgba](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawLineRgba.md): Draw line rgba through the Canvas runtime.
- [Canvas.DrawPixelsBgra8](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawPixelsBgra8.md): Draw pixels bgra8 through the Canvas runtime.
- [Canvas.DrawRect](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawRect.md): Draw rect through the Canvas runtime.
- [Canvas.DrawRectGradientHRgba](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawRectGradientHRgba.md): Draw rect gradient hrgba through the Canvas runtime.
- [Canvas.DrawRectGradientVRgba](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawRectGradientVRgba.md): Draw rect gradient vrgba through the Canvas runtime.
- [Canvas.DrawRectRgba](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawRectRgba.md): Draw rect rgba through the Canvas runtime.
- [Canvas.DrawRoundedRect](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawRoundedRect.md): Draw rounded rect through the Canvas runtime.
- [Canvas.DrawRoundedRectRgba](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawRoundedRectRgba.md): Draw rounded rect rgba through the Canvas runtime.
- [Canvas.DrawText](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawText.md): Draw text through the Canvas runtime.
- [Canvas.DrawTextRgba](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawTextRgba.md): Draw text rgba through the Canvas runtime.
- [Canvas.DrawTextScaled](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawTextScaled.md): Draw text scaled through the Canvas runtime.
- [Canvas.DrawTextStyled](https://demonhunterlabs.com/reference/text/runtime--Canvas.DrawTextStyled.md): Draw text styled through the Canvas runtime.
- [Canvas.GlyphAlphaCacheDecodeCount](https://demonhunterlabs.com/reference/text/runtime--Canvas.GlyphAlphaCacheDecodeCount.md): Glyph alpha cache decode count through the Canvas runtime.
- [Canvas.GlyphAlphaCacheEntryCount](https://demonhunterlabs.com/reference/text/runtime--Canvas.GlyphAlphaCacheEntryCount.md): Glyph alpha cache entry count through the Canvas runtime.
- [Canvas.GlyphAlphaCacheHitCount](https://demonhunterlabs.com/reference/text/runtime--Canvas.GlyphAlphaCacheHitCount.md): Glyph alpha cache hit count through the Canvas runtime.
- [Canvas.GlyphAlphaCacheLiveTextureCount](https://demonhunterlabs.com/reference/text/runtime--Canvas.GlyphAlphaCacheLiveTextureCount.md): Glyph alpha cache live texture count through the Canvas runtime.
- [Canvas.HasCachedImageBgra8](https://demonhunterlabs.com/reference/text/runtime--Canvas.HasCachedImageBgra8.md): Has cached image bgra8 through the Canvas runtime.
- [Canvas.ImageCacheCapacity](https://demonhunterlabs.com/reference/text/runtime--Canvas.ImageCacheCapacity.md): Image cache capacity through the Canvas runtime.
- [Canvas.ImageCacheDecodeCount](https://demonhunterlabs.com/reference/text/runtime--Canvas.ImageCacheDecodeCount.md): Image cache decode count through the Canvas runtime.
- [Canvas.ImageCacheEntryCount](https://demonhunterlabs.com/reference/text/runtime--Canvas.ImageCacheEntryCount.md): Image cache entry count through the Canvas runtime.
- [Canvas.ImageCacheHitCount](https://demonhunterlabs.com/reference/text/runtime--Canvas.ImageCacheHitCount.md): Image cache hit count through the Canvas runtime.
- [Canvas.ImageCacheLiveTextureCount](https://demonhunterlabs.com/reference/text/runtime--Canvas.ImageCacheLiveTextureCount.md): Image cache live texture count through the Canvas runtime.
- [Canvas.MeasureTextWidth](https://demonhunterlabs.com/reference/text/runtime--Canvas.MeasureTextWidth.md): Measure text width through the Canvas runtime.
- [Canvas.MeasureTextWidthScaled](https://demonhunterlabs.com/reference/text/runtime--Canvas.MeasureTextWidthScaled.md): Measure text width scaled through the Canvas runtime.
- [Canvas.MeasureTextWidthStyled](https://demonhunterlabs.com/reference/text/runtime--Canvas.MeasureTextWidthStyled.md): Measure text width styled through the Canvas runtime.
- [Canvas.NativeImageSamplingSupportFlagsV1](https://demonhunterlabs.com/reference/text/runtime--Canvas.NativeImageSamplingSupportFlagsV1.md): Native image sampling support flags v1 through the Canvas runtime.
- [Canvas.PersistentAbort](https://demonhunterlabs.com/reference/text/runtime--Canvas.PersistentAbort.md): Persistent abort through the Canvas runtime.
- [Canvas.PersistentBegin](https://demonhunterlabs.com/reference/text/runtime--Canvas.PersistentBegin.md): Persistent begin through the Canvas runtime.
- [Canvas.PersistentBeginDamage](https://demonhunterlabs.com/reference/text/runtime--Canvas.PersistentBeginDamage.md): Persistent begin damage through the Canvas runtime.
- [Canvas.PersistentBeginSized](https://demonhunterlabs.com/reference/text/runtime--Canvas.PersistentBeginSized.md): Persistent begin sized through the Canvas runtime.
- [Canvas.PersistentCommitDamage](https://demonhunterlabs.com/reference/text/runtime--Canvas.PersistentCommitDamage.md): Persistent commit damage through the Canvas runtime.
- [Canvas.PersistentPresent](https://demonhunterlabs.com/reference/text/runtime--Canvas.PersistentPresent.md): Persistent present through the Canvas runtime.
- [Canvas.PersistentValue](https://demonhunterlabs.com/reference/text/runtime--Canvas.PersistentValue.md): Persistent value through the Canvas runtime.
- [Canvas.PopRoundedClipMask](https://demonhunterlabs.com/reference/text/runtime--Canvas.PopRoundedClipMask.md): Pop rounded clip mask through the Canvas runtime.
- [Canvas.Present](https://demonhunterlabs.com/reference/text/runtime--Canvas.Present.md): Present through the Canvas runtime.
- [Canvas.PushRoundedClipMask](https://demonhunterlabs.com/reference/text/runtime--Canvas.PushRoundedClipMask.md): Push rounded clip mask through the Canvas runtime.
- [Canvas.RemoveCachedImageBgra8](https://demonhunterlabs.com/reference/text/runtime--Canvas.RemoveCachedImageBgra8.md): Remove cached image bgra8 through the Canvas runtime.
- [Canvas.SetScissor](https://demonhunterlabs.com/reference/text/runtime--Canvas.SetScissor.md): Set scissor through the Canvas runtime.
- [Canvas.TargetColorCapabilityFlagsV1](https://demonhunterlabs.com/reference/text/runtime--Canvas.TargetColorCapabilityFlagsV1.md): Target color capability flags v1 through the Canvas runtime.
- [Canvas.TargetColorSupportFlagsV1](https://demonhunterlabs.com/reference/text/runtime--Canvas.TargetColorSupportFlagsV1.md): Target color support flags v1 through the Canvas runtime.
- [Canvas.TranslucentPresentationValueV1](https://demonhunterlabs.com/reference/text/runtime--Canvas.TranslucentPresentationValueV1.md): Translucent presentation value v1 through the Canvas runtime.
- [CaptureGraphicsWindowsGlyphRuns](https://demonhunterlabs.com/reference/text/graphics.text.windows--CaptureGraphicsWindowsGlyphRuns.md): Capture graphics windows glyph runs.
- [CaptureUiSurfacePointer](https://demonhunterlabs.com/reference/text/ui--CaptureUiSurfacePointer.md): Capture ui surface pointer.
- [CaptureYuiWindowsTextEditingPresentationV1](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--CaptureYuiWindowsTextEditingPresentationV1.md): Capture yui windows text editing presentation v1.
- [catch](https://demonhunterlabs.com/reference/text/word--catch.md): Handle an oracle-only thrown error
- [CenterIntBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--CenterIntBuffers.md): Center int buffers.
- [CenterInts](https://demonhunterlabs.com/reference/text/compute.kernels--CenterInts.md): Center ints.
- [channel](https://demonhunterlabs.com/reference/text/word--channel.md): Removed spelling; use tunnel
- [char](https://demonhunterlabs.com/reference/text/type--char-411b04.md): One character value, such as a menu shortcut.
- [Check and inspect compiler truth](https://demonhunterlabs.com/reference/text/language--compiler-inspection.md): Compiler flags expose the parsed program, semantic model, project resolution, target check, truth report, and native bridge.
- [choice](https://demonhunterlabs.com/reference/text/word--choice.md): Removed spelling; use enum
- [ClampInt](https://demonhunterlabs.com/reference/text/compute.kernels--ClampInt.md): Clamp int.
- [ClampYuiLayoutValue](https://demonhunterlabs.com/reference/text/ui--ClampYuiLayoutValue.md): Clamp yui layout value.
- [class](https://demonhunterlabs.com/reference/text/word--class.md): Declare reference-shaped object data
- [Classes and interfaces](https://demonhunterlabs.com/reference/text/language--classes-interfaces.md): class models reference identity and methods; interface defines a behavioral surface. Full dispatch remains on the comparison oracle.
- [ClearCanvas](https://demonhunterlabs.com/reference/text/graphics.canvas--ClearCanvas.md): Clear canvas.
- [ClearCanvasRgba](https://demonhunterlabs.com/reference/text/graphics.canvas--ClearCanvasRgba.md): Clear canvas rgba.
- [ClearCanvasScissor](https://demonhunterlabs.com/reference/text/graphics.canvas--ClearCanvasScissor.md): Clear canvas scissor.
- [ClearGraphics3DSunShadowV1](https://demonhunterlabs.com/reference/text/graphics.render3d--ClearGraphics3DSunShadowV1.md): Clear disables sampling without destroying the reusable depth resource.
- [ClearGraphics3DTextureMaterialV1](https://demonhunterlabs.com/reference/text/graphics.render3d--ClearGraphics3DTextureMaterialV1.md): Clear graphics3 dtexture material v1.
- [ClearTensorBuffer](https://demonhunterlabs.com/reference/text/compute.tensor--ClearTensorBuffer.md): Clear tensor buffer.
- [ClearWindowsUiAccessibilityNativeRoot](https://demonhunterlabs.com/reference/text/host.windows--ClearWindowsUiAccessibilityNativeRoot.md): Clear windows ui accessibility native root.
- [ClipIntBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--ClipIntBuffers.md): Clip int buffers.
- [ClipInts](https://demonhunterlabs.com/reference/text/compute.kernels--ClipInts.md): Clip ints.
- [CloneNativePointerRecord](https://demonhunterlabs.com/reference/text/window.multi--CloneNativePointerRecord.md): Clone native pointer record.
- [CloseUdpSocket](https://demonhunterlabs.com/reference/text/network.udp--CloseUdpSocket.md): Close udp socket.
- [CloseWindow](https://demonhunterlabs.com/reference/text/window--CloseWindow.md): Close window.
- [CloseWindowHandle](https://demonhunterlabs.com/reference/text/window--CloseWindowHandle.md): Close window handle.
- [Collection loops, indexes, reverse, and where](https://demonhunterlabs.com/reference/text/language--collection-for.md): for can iterate collection values, expose an index, start that index elsewhere, reverse the traversal, or filter with where.
- [Combine little questions](https://demonhunterlabs.com/reference/text/recipe--logic.md): Use and, or, and ! to express player rules.
- [CommandLine.Raw](https://demonhunterlabs.com/reference/text/runtime--CommandLine.Raw.md): Raw through the CommandLine runtime.
- [Comments, newlines, and semicolons](https://demonhunterlabs.com/reference/text/language--comments-separators.md): Line comments begin with //. Newlines normally separate statements, and semicolons are optional.
- [CommitPersistentDamageRegion](https://demonhunterlabs.com/reference/text/graphics.canvas--CommitPersistentDamageRegion.md): Commit persistent damage region.
- [CommittedSequence](https://demonhunterlabs.com/reference/text/input.text--CommittedSequence.md): Committed sequence.
- [CompareCpuAndSimdFloatLists](https://demonhunterlabs.com/reference/text/compute.parity--CompareCpuAndSimdFloatLists.md): Compare cpu and simd float lists.
- [CompareCpuAndSimdFloatListsWithTolerance](https://demonhunterlabs.com/reference/text/compute.parity--CompareCpuAndSimdFloatListsWithTolerance.md): Compare cpu and simd float lists with tolerance.
- [CompareCpuAndSimdIntLists](https://demonhunterlabs.com/reference/text/compute.parity--CompareCpuAndSimdIntLists.md): Compare cpu and simd int lists.
- [CompareCpuAndSimdIntListsWithTolerance](https://demonhunterlabs.com/reference/text/compute.parity--CompareCpuAndSimdIntListsWithTolerance.md): Compare cpu and simd int lists with tolerance.
- [CompareFloatLists](https://demonhunterlabs.com/reference/text/compute.parity--CompareFloatLists.md): Compare float lists.
- [CompareFloatListsWithTolerance](https://demonhunterlabs.com/reference/text/compute.parity--CompareFloatListsWithTolerance.md): Compare float lists with tolerance.
- [CompareIntBufferToList](https://demonhunterlabs.com/reference/text/compute.parity--CompareIntBufferToList.md): Compare int buffer to list.
- [CompareIntBufferToListWithTolerance](https://demonhunterlabs.com/reference/text/compute.parity--CompareIntBufferToListWithTolerance.md): Compare int buffer to list with tolerance.
- [CompareIntLists](https://demonhunterlabs.com/reference/text/compute.parity--CompareIntLists.md): Compare int lists.
- [CompareIntListsWithTolerance](https://demonhunterlabs.com/reference/text/compute.parity--CompareIntListsWithTolerance.md): Compare int lists with tolerance.
- [CompareQuantizedIntBuffers](https://demonhunterlabs.com/reference/text/compute.parity--CompareQuantizedIntBuffers.md): Compare quantized int buffers.
- [CompareQuantizedIntBuffersWithTolerance](https://demonhunterlabs.com/reference/text/compute.parity--CompareQuantizedIntBuffersWithTolerance.md): Compare quantized int buffers with tolerance.
- [CompareQuantizedIntLists](https://demonhunterlabs.com/reference/text/compute.parity--CompareQuantizedIntLists.md): Compare quantized int lists.
- [CompareQuantizedIntListsWithTolerance](https://demonhunterlabs.com/reference/text/compute.parity--CompareQuantizedIntListsWithTolerance.md): Compare quantized int lists with tolerance.
- [CompareTensorBuffers](https://demonhunterlabs.com/reference/text/compute.parity--CompareTensorBuffers.md): Compare tensor buffers.
- [CompareTensorBuffersWithTolerance](https://demonhunterlabs.com/reference/text/compute.parity--CompareTensorBuffersWithTolerance.md): Compare tensor buffers with tolerance.
- [CompareTensorStrides](https://demonhunterlabs.com/reference/text/compute.tensor--CompareTensorStrides.md): Compare tensor strides.
- [ComposeGraphicsWindowsShapedTextV2](https://demonhunterlabs.com/reference/text/graphics.text.windows--ComposeGraphicsWindowsShapedTextV2.md): Compose graphics windows shaped text v2.
- [CompositeGraphicsImageLinearSourceOverV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--CompositeGraphicsImageLinearSourceOverV1.md): Composite graphics image linear source over v1.
- [CompositionActive](https://demonhunterlabs.com/reference/text/input.text--CompositionActive.md): Composition active.
- [CompositionSequence](https://demonhunterlabs.com/reference/text/input.text--CompositionSequence.md): Composition sequence.
- [CompositionText](https://demonhunterlabs.com/reference/text/input.text--CompositionText.md): Composition text.
- [compute](https://demonhunterlabs.com/reference/text/word--compute.md): Declare or access portable compute
- [Compute functions and execution tags](https://demonhunterlabs.com/reference/text/language--compute-functions.md): compute defines a portable data-parallel kernel. [auto], [cpu], or [gpu] states the admitted execution preference.
- [Compute.BatchActive](https://demonhunterlabs.com/reference/text/runtime--Compute.BatchActive.md): Batch active through the Compute runtime.
- [Compute.BatchCount](https://demonhunterlabs.com/reference/text/runtime--Compute.BatchCount.md): Batch count through the Compute runtime.
- [Compute.BatchValue](https://demonhunterlabs.com/reference/text/runtime--Compute.BatchValue.md): Batch value through the Compute runtime.
- [Compute.BeginBatch](https://demonhunterlabs.com/reference/text/runtime--Compute.BeginBatch.md): Begin batch through the Compute runtime.
- [Compute.CancelBatch](https://demonhunterlabs.com/reference/text/runtime--Compute.CancelBatch.md): Cancel batch through the Compute runtime.
- [Compute.EndBatch](https://demonhunterlabs.com/reference/text/runtime--Compute.EndBatch.md): End batch through the Compute runtime.
- [compute.index](https://demonhunterlabs.com/reference/text/runtime--compute.index.md): Identify the current data-parallel invocation. Check the index against each buffer's count before indexing.
- [Compute.LastGpuMicroseconds](https://demonhunterlabs.com/reference/text/runtime--Compute.LastGpuMicroseconds.md): Read the last available native GPU duration in microseconds after completing a dispatch. This does not measure the whole frame.
- [Compute.RuntimeCounter](https://demonhunterlabs.com/reference/text/runtime--Compute.RuntimeCounter.md): Read a process-lifetime instrumentation counter. Counter 1 counts compute dispatch encodes; the counter does not reset when read.
- [ComputeBufferContractSummary](https://demonhunterlabs.com/reference/text/compute.buffer--ComputeBufferContractSummary.md): Compute buffer contract summary.
- [computeBufferLayout](https://demonhunterlabs.com/reference/text/compute.buffer--computeBufferLayout.md): A compute buffer layout record carrying name, dtype, elementBytes, alignmentBytes, strideBytes, and related state.
- [ComputeBufferLayoutCatalog](https://demonhunterlabs.com/reference/text/compute.buffer--ComputeBufferLayoutCatalog.md): Compute buffer layout catalog.
- [computeBufferResource](https://demonhunterlabs.com/reference/text/compute.buffer--computeBufferResource.md): A compute buffer resource record carrying id, deviceId, memoryClass, sizeBytes, alignmentBytes, and related state.
- [computeBufferTransferPolicy](https://demonhunterlabs.com/reference/text/compute.buffer--computeBufferTransferPolicy.md): A compute buffer transfer policy record carrying name, source, destination, synchronization, cpuOracleRequired, and related state.
- [computeBufferViewContract](https://demonhunterlabs.com/reference/text/compute.buffer--computeBufferViewContract.md): A compute buffer view contract record carrying id, sourceId, byteOffset, byteLength, isMutable, and related state.
- [computeDeviceIdentity](https://demonhunterlabs.com/reference/text/compute.device--computeDeviceIdentity.md): A compute device identity record carrying id, backend, family, generation, available, and related state.
- [computeDeviceSelectionDecision](https://demonhunterlabs.com/reference/text/compute.device--computeDeviceSelectionDecision.md): A compute device selection decision record carrying admitted, requestedBackend, selectedBackend, fallbackUsed, code, and related state.
- [ComputeDeviceVisibilityDecision](https://demonhunterlabs.com/reference/text/compute.buffer--ComputeDeviceVisibilityDecision.md): Compute device visibility decision.
- [computeFenceContract](https://demonhunterlabs.com/reference/text/compute.device--computeFenceContract.md): A compute fence contract record carrying id, queueId, status, submittedTick, completedTick, and related state.
- [ComputeHostVisibilityDecision](https://demonhunterlabs.com/reference/text/compute.buffer--ComputeHostVisibilityDecision.md): Compute host visibility decision.
- [ComputeMemoryClass](https://demonhunterlabs.com/reference/text/compute.buffer--ComputeMemoryClass.md): Compute memory class.
- [computeMemoryClassContract](https://demonhunterlabs.com/reference/text/compute.buffer--computeMemoryClassContract.md): A compute memory class contract record carrying name, canHostAccess, canDeviceAccess, coherent, mappable, and related state.
- [ComputeMemoryClassDecision](https://demonhunterlabs.com/reference/text/compute.buffer--ComputeMemoryClassDecision.md): Compute memory class decision.
- [computeResourceDecision](https://demonhunterlabs.com/reference/text/compute.buffer--computeResourceDecision.md): A compute resource decision record carrying admitted, code, message.
- [ComputeResourceRuntimeSummary](https://demonhunterlabs.com/reference/text/compute.device--ComputeResourceRuntimeSummary.md): Compute resource runtime summary.
- [computeRuntimeEvent](https://demonhunterlabs.com/reference/text/compute.device--computeRuntimeEvent.md): A compute runtime event record carrying sequence, tick, kind, subject, byteCount, and related state.
- [computeRuntimeTelemetry](https://demonhunterlabs.com/reference/text/compute.device--computeRuntimeTelemetry.md): A compute runtime telemetry record carrying allocationCount, releaseCount, bytesAllocated, bytesReleased, bytesRetained, and related state.
- [computeSubmissionContract](https://demonhunterlabs.com/reference/text/compute.device--computeSubmissionContract.md): A compute submission contract record carrying id, fenceId, kind, sourceId, destinationId, and related state.
- [computeTask](https://demonhunterlabs.com/reference/text/type--computeTask-5f3a1f.md): A handle returned by dispatch; wait for completion before reading the output buffer.
- [computeTask](https://demonhunterlabs.com/reference/text/word--computeTask.md): computeTask in a complete program.
- [ComputeTaskRun](https://demonhunterlabs.com/reference/text/time--ComputeTaskRun.md): Compute task run.
- [ComputeTaskTotal](https://demonhunterlabs.com/reference/text/time--ComputeTaskTotal.md): Compute task total.
- [ComputeYuiNestedScrollClip](https://demonhunterlabs.com/reference/text/ui--ComputeYuiNestedScrollClip.md): Compute yui nested scroll clip.
- [Connect a .yui entry in project.mech](https://demonhunterlabs.com/reference/text/language--yui-project-manifest.md): The project manifest declares a frontend application and points to one deterministic .yui entry document. The SDK selects Kyber, so product manifests do not name a generated-C++ backend.
- [Connect two GPU passes](https://demonhunterlabs.com/reference/text/shader--gpu-blur.md): Paint a checker, then soften it with a small neighborhood filter.
- [Console.Error](https://demonhunterlabs.com/reference/text/runtime--Console.Error.md): Write an error message to the error output stream. Logging alone does not stop the program.
- [Console.Log](https://demonhunterlabs.com/reference/text/runtime--Console.Log.md): Write a value followed by a newline to the console.
- [Console.ReadLine](https://demonhunterlabs.com/reference/text/runtime--Console.ReadLine.md): Read one line of user input from the console.
- [Console.Write](https://demonhunterlabs.com/reference/text/runtime--Console.Write.md): Write a value to the console without appending a newline.
- [const](https://demonhunterlabs.com/reference/text/word--const.md): Unavailable declaration form
- [Constructors, methods, static methods, and this](https://demonhunterlabs.com/reference/text/language--constructors-methods.md): A constructor is a same-name method inside a type. Instance methods can read this, while static methods belong to the type itself.
- [ConsumeKeyPress](https://demonhunterlabs.com/reference/text/input.keyboard--ConsumeKeyPress.md): Consumes one non-repeated key-down edge. This remains true across a short down/up tap until the caller observes it, then returns false until the next physical press.
- [ContiguousStrides](https://demonhunterlabs.com/reference/text/compute.tensor--ContiguousStrides.md): Contiguous strides.
- [Controls, forms, navigation, and large data](https://demonhunterlabs.com/reference/text/language--yui-control-vocabulary.md): YUI's public widget vocabulary covers ordinary controls, forms, menus, overlays, navigation, tables, property editors, virtual lists, creator surfaces, and loading, empty, or error presentations.
- [ConvertGraphicsImageWideColorBoundPixelUncheckedV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--ConvertGraphicsImageWideColorBoundPixelUncheckedV1.md): Convert graphics image wide color bound pixel unchecked v1.
- [ConvertGraphicsImageWideColorPixelV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--ConvertGraphicsImageWideColorPixelV1.md): Convert graphics image wide color pixel v1.
- [Convolve1DIntBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--Convolve1DIntBuffers.md): Convolve1 dint buffers.
- [Convolve1DInts](https://demonhunterlabs.com/reference/text/compute.kernels--Convolve1DInts.md): Convolve1 dints.
- [copy](https://demonhunterlabs.com/reference/text/word--copy.md): Request an independent value binding
- [CopyTensorBuffer](https://demonhunterlabs.com/reference/text/compute.tensor--CopyTensorBuffer.md): Copy tensor buffer.
- [CopyTensorDimensions](https://demonhunterlabs.com/reference/text/compute.tensor--CopyTensorDimensions.md): Copy tensor dimensions.
- [CopyTensorDimensionsFromOrder](https://demonhunterlabs.com/reference/text/compute.tensor--CopyTensorDimensionsFromOrder.md): Copy tensor dimensions from order.
- [CopyTensorStridesFromOrder](https://demonhunterlabs.com/reference/text/compute.tensor--CopyTensorStridesFromOrder.md): Copy tensor strides from order.
- [CountTensorElements](https://demonhunterlabs.com/reference/text/compute.tensor--CountTensorElements.md): Count tensor elements.
- [cpu](https://demonhunterlabs.com/reference/text/tag--cpu.md): Require the CPU compute route with [cpu]. The current source developer example selects --backend cpu-oracle explicitly.
- [CPU-GPU-pipeline](https://demonhunterlabs.com/reference/text/runtime--CPU-GPU-pipeline.md): Prepare data on the CPU, process independent elements on the GPU, wait for completion, and consume the results on the CPU.
- [Create and run a YUI application](https://demonhunterlabs.com/reference/text/language--yui-create-project.md): YUI is Yeho's native retained UI system. One command creates a project with Yeho behavior, a .yui interface, and a Kyber-ready Windows x64 application path.
- [Create, run, and build](https://demonhunterlabs.com/reference/text/language--create-run-build.md): The workspace wrapper creates a project, checks it, runs it, or emits its native Windows x64 artifact.
- [CreateCircularYuiInputRegionCanary](https://demonhunterlabs.com/reference/text/ui--CreateCircularYuiInputRegionCanary.md): Create circular yui input region canary from the supplied values.
- [CreateClippedYuiInputRegion](https://demonhunterlabs.com/reference/text/ui--CreateClippedYuiInputRegion.md): Create clipped yui input region from the supplied values.
- [CreateComputeBufferLayout](https://demonhunterlabs.com/reference/text/compute.buffer--CreateComputeBufferLayout.md): Create compute buffer layout from the supplied values.
- [CreateComputeBufferResource](https://demonhunterlabs.com/reference/text/compute.buffer--CreateComputeBufferResource.md): Create compute buffer resource from the supplied values.
- [CreateComputeBufferTransferPolicy](https://demonhunterlabs.com/reference/text/compute.buffer--CreateComputeBufferTransferPolicy.md): Create compute buffer transfer policy from the supplied values.
- [CreateComputeBufferView](https://demonhunterlabs.com/reference/text/compute.buffer--CreateComputeBufferView.md): Create compute buffer view from the supplied values.
- [CreateCurrentYuiCanvasImageSamplingExecutionCapabilityV1](https://demonhunterlabs.com/reference/text/frontend.yui--CreateCurrentYuiCanvasImageSamplingExecutionCapabilityV1.md): Create current yui canvas image sampling execution capability v1 from the supplied values.
- [CreateCurrentYuiCanvasWindowTargetV1](https://demonhunterlabs.com/reference/text/frontend.yui--CreateCurrentYuiCanvasWindowTargetV1.md): Create current yui canvas window target v1 from the supplied values.
- [CreateCurrentYuiTranslucentCanvasWindowTargetV1](https://demonhunterlabs.com/reference/text/frontend.yui--CreateCurrentYuiTranslucentCanvasWindowTargetV1.md): Create current yui translucent canvas window target v1 from the supplied values.
- [CreateDefaultAudioOutput](https://demonhunterlabs.com/reference/text/audio--CreateDefaultAudioOutput.md): Create default audio output from the supplied values.
- [CreateDefaultGraphicsGlyphAlphaCacheV1](https://demonhunterlabs.com/reference/text/graphics.text--CreateDefaultGraphicsGlyphAlphaCacheV1.md): Create default graphics glyph alpha cache v1 from the supplied values.
- [CreateEnvironmentHostStorage](https://demonhunterlabs.com/reference/text/host.storage--CreateEnvironmentHostStorage.md): Create environment host storage from the supplied values.
- [CreateFakeAudioOutput](https://demonhunterlabs.com/reference/text/audio--CreateFakeAudioOutput.md): Create fake audio output from the supplied values.
- [CreateFakeComputeDevice](https://demonhunterlabs.com/reference/text/compute.device--CreateFakeComputeDevice.md): Create fake compute device from the supplied values.
- [CreateFloatTensorBuffer](https://demonhunterlabs.com/reference/text/compute.tensor--CreateFloatTensorBuffer.md): Create float tensor buffer from the supplied values.
- [CreateGraphCachePolicy](https://demonhunterlabs.com/reference/text/compute.graph--CreateGraphCachePolicy.md): Create graph cache policy from the supplied values.
- [CreateGraphCheckpointPolicy](https://demonhunterlabs.com/reference/text/compute.graph--CreateGraphCheckpointPolicy.md): Create graph checkpoint policy from the supplied values.
- [CreateGraphEdge](https://demonhunterlabs.com/reference/text/compute.graph--CreateGraphEdge.md): Create graph edge from the supplied values.
- [CreateGraphExecutionPlan](https://demonhunterlabs.com/reference/text/compute.graph--CreateGraphExecutionPlan.md): Create graph execution plan from the supplied values.
- [CreateGraphExecutionResult](https://demonhunterlabs.com/reference/text/compute.graph--CreateGraphExecutionResult.md): Create graph execution result from the supplied values.
- [CreateGraphFallbackPolicy](https://demonhunterlabs.com/reference/text/compute.graph--CreateGraphFallbackPolicy.md): Create graph fallback policy from the supplied values.
- [CreateGraphGradientSpec](https://demonhunterlabs.com/reference/text/compute.graph--CreateGraphGradientSpec.md): Create graph gradient spec from the supplied values.
- [CreateGraphics3DSunShadowV1](https://demonhunterlabs.com/reference/text/graphics.render3d--CreateGraphics3DSunShadowV1.md): Create graphics3 dsun shadow v1 from the supplied values.
- [CreateGraphics3DTextureRgba8V1](https://demonhunterlabs.com/reference/text/graphics.render3d--CreateGraphics3DTextureRgba8V1.md): Create graphics3 dtexture rgba8 v1 from the supplied values.
- [CreateGraphicsFontCatalog](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsFontCatalog.md): Create graphics font catalog from the supplied values.
- [CreateGraphicsFontProfile](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsFontProfile.md): Create graphics font profile from the supplied values.
- [CreateGraphicsFontReference](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsFontReference.md): Create graphics font reference from the supplied values.
- [CreateGraphicsFontResource](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsFontResource.md): Create graphics font resource from the supplied values.
- [CreateGraphicsGlyphAlphaCacheV1](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsGlyphAlphaCacheV1.md): Create graphics glyph alpha cache v1 from the supplied values.
- [CreateGraphicsGlyphAlphaResourceSetV1](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsGlyphAlphaResourceSetV1.md): Create graphics glyph alpha resource set v1 from the supplied values.
- [CreateGraphicsGlyphAlphaResourceV1](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsGlyphAlphaResourceV1.md): Create graphics glyph alpha resource v1 from the supplied values.
- [CreateGraphicsGlyphAlphaSubmissionV1](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsGlyphAlphaSubmissionV1.md): Create graphics glyph alpha submission v1 from the supplied values.
- [CreateGraphicsGlyphCluster](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsGlyphCluster.md): Create graphics glyph cluster from the supplied values.
- [CreateGraphicsGlyphClusterV2](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsGlyphClusterV2.md): Create graphics glyph cluster v2 from the supplied values.
- [CreateGraphicsImageByteSource](https://demonhunterlabs.com/reference/text/graphics.image--CreateGraphicsImageByteSource.md): Create graphics image byte source from the supplied values.
- [CreateGraphicsImageByteSourceFailure](https://demonhunterlabs.com/reference/text/graphics.image--CreateGraphicsImageByteSourceFailure.md): Create graphics image byte source failure from the supplied values.
- [CreateGraphicsImageColorMatrixQ14V1](https://demonhunterlabs.com/reference/text/graphics.image.processing--CreateGraphicsImageColorMatrixQ14V1.md): Create graphics image color matrix q14 v1 from the supplied values.
- [CreateGraphicsImageFileByteSource](https://demonhunterlabs.com/reference/text/graphics.image--CreateGraphicsImageFileByteSource.md): Create graphics image file byte source from the supplied values.
- [CreateGraphicsImageIccColorEncodingV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--CreateGraphicsImageIccColorEncodingV1.md): Create graphics image icc color encoding v1 from the supplied values.
- [CreateGraphicsImageIccPrelinearizedMatrixTransformV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--CreateGraphicsImageIccPrelinearizedMatrixTransformV1.md): Create graphics image icc prelinearized matrix transform v1 from the supplied values.
- [CreateGraphicsImageNamedColorEncodingV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--CreateGraphicsImageNamedColorEncodingV1.md): Create graphics image named color encoding v1 from the supplied values.
- [CreateGraphicsImagePresentationColorPolicyV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--CreateGraphicsImagePresentationColorPolicyV1.md): Create graphics image presentation color policy v1 from the supplied values.
- [CreateGraphicsImageRgb8V1](https://demonhunterlabs.com/reference/text/graphics.image.processing--CreateGraphicsImageRgb8V1.md): Create graphics image rgb8 v1 from the supplied values.
- [CreateGraphicsImageRgba8V1](https://demonhunterlabs.com/reference/text/graphics.image.processing--CreateGraphicsImageRgba8V1.md): Create graphics image rgba8 v1 from the supplied values.
- [CreateGraphicsImageSamplingPolicyV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--CreateGraphicsImageSamplingPolicyV1.md): Create graphics image sampling policy v1 from the supplied values.
- [CreateGraphicsImageSamplingPolicyWithOutputV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--CreateGraphicsImageSamplingPolicyWithOutputV1.md): Create graphics image sampling policy with output v1 from the supplied values.
- [CreateGraphicsImageStandardWideColorTransformV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--CreateGraphicsImageStandardWideColorTransformV1.md): Create graphics image standard wide color transform v1 from the supplied values.
- [CreateGraphicsResolvedFontV2](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsResolvedFontV2.md): Create graphics resolved font v2 from the supplied values.
- [CreateGraphicsShapedGlyphV2](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsShapedGlyphV2.md): Create graphics shaped glyph v2 from the supplied values.
- [CreateGraphicsShapedRunV2](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsShapedRunV2.md): Create graphics shaped run v2 from the supplied values.
- [CreateGraphicsShapedText](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsShapedText.md): Create graphics shaped text from the supplied values.
- [CreateGraphicsShapedTextV2](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsShapedTextV2.md): Create graphics shaped text v2 from the supplied values.
- [CreateGraphicsTextMeasureRequest](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsTextMeasureRequest.md): Create graphics text measure request from the supplied values.
- [CreateGraphicsTextMetricsV2](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsTextMetricsV2.md): Create graphics text metrics v2 from the supplied values.
- [CreateGraphicsTextRun](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsTextRun.md): Create graphics text run from the supplied values.
- [CreateGraphicsTextShapingCapabilityV2](https://demonhunterlabs.com/reference/text/graphics.text--CreateGraphicsTextShapingCapabilityV2.md): Create graphics text shaping capability v2 from the supplied values.
- [CreateGraphModel](https://demonhunterlabs.com/reference/text/compute.graph--CreateGraphModel.md): Create graph model from the supplied values.
- [CreateGraphNode](https://demonhunterlabs.com/reference/text/compute.graph--CreateGraphNode.md): Create graph node from the supplied values.
- [CreateGraphOptimizerState](https://demonhunterlabs.com/reference/text/compute.graph--CreateGraphOptimizerState.md): Create graph optimizer state from the supplied values.
- [CreateGraphReproducibilitySettings](https://demonhunterlabs.com/reference/text/compute.graph--CreateGraphReproducibilitySettings.md): Create graph reproducibility settings from the supplied values.
- [CreateGraphSchedulerRule](https://demonhunterlabs.com/reference/text/compute.graph--CreateGraphSchedulerRule.md): Create graph scheduler rule from the supplied values.
- [CreateGraphTensorBinding](https://demonhunterlabs.com/reference/text/compute.graph--CreateGraphTensorBinding.md): Create graph tensor binding from the supplied values.
- [CreateGraphTrainingPlan](https://demonhunterlabs.com/reference/text/compute.graph--CreateGraphTrainingPlan.md): Create graph training plan from the supplied values.
- [CreateIndexedMeshP3N3F32U16](https://demonhunterlabs.com/reference/text/graphics.render3d--CreateIndexedMeshP3N3F32U16.md): Create indexed mesh p3 n3 f32 u16 from the supplied values.
- [CreateIndexedMeshP3N3T2F32U16](https://demonhunterlabs.com/reference/text/graphics.render3d--CreateIndexedMeshP3N3T2F32U16.md): Create indexed mesh p3 n3 t2 f32 u16 from the supplied values.
- [CreateLitColorProgramV1](https://demonhunterlabs.com/reference/text/graphics.render3d--CreateLitColorProgramV1.md): Create lit color program v1 from the supplied values.
- [CreateMissingYuiVisualToken](https://demonhunterlabs.com/reference/text/ui--CreateMissingYuiVisualToken.md): Create missing yui visual token from the supplied values.
- [CreateNativeKeyboardRecord](https://demonhunterlabs.com/reference/text/window.multi--CreateNativeKeyboardRecord.md): Create native keyboard record from the supplied values.
- [CreateNativePointerContactChange](https://demonhunterlabs.com/reference/text/window.multi--CreateNativePointerContactChange.md): Create native pointer contact change from the supplied values.
- [CreateNativePointerFrame](https://demonhunterlabs.com/reference/text/window.multi--CreateNativePointerFrame.md): Create native pointer frame from the supplied values.
- [CreateNativePointerRecord](https://demonhunterlabs.com/reference/text/window.multi--CreateNativePointerRecord.md): Create native pointer record from the supplied values.
- [CreateNativeUiDisplay](https://demonhunterlabs.com/reference/text/host.ui_services--CreateNativeUiDisplay.md): Create native ui display from the supplied values.
- [CreateNativeUiDisplayColorCapabilityV1](https://demonhunterlabs.com/reference/text/host.ui_services--CreateNativeUiDisplayColorCapabilityV1.md): Create native ui display color capability v1 from the supplied values.
- [CreateNativeUiHostCapabilities](https://demonhunterlabs.com/reference/text/host.ui_services--CreateNativeUiHostCapabilities.md): Create native ui host capabilities from the supplied values.
- [CreateNativeUiHostReferenceProvider](https://demonhunterlabs.com/reference/text/host.ui_services--CreateNativeUiHostReferenceProvider.md): Create native ui host reference provider from the supplied values.
- [CreateNativeWindowCapabilitySet](https://demonhunterlabs.com/reference/text/window.multi--CreateNativeWindowCapabilitySet.md): Create native window capability set from the supplied values.
- [CreateNativeWindowReferenceRuntime](https://demonhunterlabs.com/reference/text/window.multi--CreateNativeWindowReferenceRuntime.md): Create native window reference runtime from the supplied values.
- [CreateNativeWindowSpec](https://demonhunterlabs.com/reference/text/window.multi--CreateNativeWindowSpec.md): Create native window spec from the supplied values.
- [CreateNumericalFloatBackendResult](https://demonhunterlabs.com/reference/text/compute.parity--CreateNumericalFloatBackendResult.md): Create numerical float backend result from the supplied values.
- [CreateNumericalIntBackendResult](https://demonhunterlabs.com/reference/text/compute.parity--CreateNumericalIntBackendResult.md): Create numerical int backend result from the supplied values.
- [CreateNumericalIntDifferentialReport](https://demonhunterlabs.com/reference/text/compute.parity--CreateNumericalIntDifferentialReport.md): Create numerical int differential report from the supplied values.
- [CreatePortableComputeGraph](https://demonhunterlabs.com/reference/text/compute.graph--CreatePortableComputeGraph.md): Create portable compute graph from the supplied values.
- [CreatePortableGraphNode](https://demonhunterlabs.com/reference/text/compute.graph--CreatePortableGraphNode.md): Create portable graph node from the supplied values.
- [CreatePortableGraphValue](https://demonhunterlabs.com/reference/text/compute.graph--CreatePortableGraphValue.md): Create portable graph value from the supplied values.
- [CreatePortableKernel](https://demonhunterlabs.com/reference/text/compute.kernels--CreatePortableKernel.md): Create portable kernel from the supplied values.
- [CreatePortableKernelArgument](https://demonhunterlabs.com/reference/text/compute.kernels--CreatePortableKernelArgument.md): Create portable kernel argument from the supplied values.
- [CreatePortableKernelWork](https://demonhunterlabs.com/reference/text/compute.kernels--CreatePortableKernelWork.md): Create portable kernel work from the supplied values.
- [CreatePortableSchedulePolicy](https://demonhunterlabs.com/reference/text/compute.graph--CreatePortableSchedulePolicy.md): Create portable schedule policy from the supplied values.
- [CreateTensorBuffer](https://demonhunterlabs.com/reference/text/compute.tensor--CreateTensorBuffer.md): Create tensor buffer from the supplied values.
- [CreateTensorPlacement](https://demonhunterlabs.com/reference/text/compute.tensor--CreateTensorPlacement.md): Create tensor placement from the supplied values.
- [CreateTensorPlanHint](https://demonhunterlabs.com/reference/text/compute.tensor--CreateTensorPlanHint.md): Create tensor plan hint from the supplied values.
- [CreateTensorSerializationMetadata](https://demonhunterlabs.com/reference/text/compute.tensor--CreateTensorSerializationMetadata.md): Create tensor serialization metadata from the supplied values.
- [CreateTensorShape](https://demonhunterlabs.com/reference/text/compute.tensor--CreateTensorShape.md): Create tensor shape from the supplied values.
- [CreateTensorShapeWithStrides](https://demonhunterlabs.com/reference/text/compute.tensor--CreateTensorShapeWithStrides.md): Create tensor shape with strides from the supplied values.
- [CreateUiSurface](https://demonhunterlabs.com/reference/text/ui--CreateUiSurface.md): Create ui surface from the supplied values.
- [CreateUiSurfaceFrameRequest](https://demonhunterlabs.com/reference/text/ui--CreateUiSurfaceFrameRequest.md): Create ui surface frame request from the supplied values.
- [CreateUiSurfaceInputRoute](https://demonhunterlabs.com/reference/text/ui--CreateUiSurfaceInputRoute.md): Create ui surface input route from the supplied values.
- [CreateUiSurfaceSize](https://demonhunterlabs.com/reference/text/ui--CreateUiSurfaceSize.md): Create ui surface size from the supplied values.
- [CreateUiSurfaceSpec](https://demonhunterlabs.com/reference/text/ui--CreateUiSurfaceSpec.md): Create ui surface spec from the supplied values.
- [CreateWindowHandle](https://demonhunterlabs.com/reference/text/window--CreateWindowHandle.md): Create window handle from the supplied values.
- [CreateWindowsDefaultAudioInputCapture](https://demonhunterlabs.com/reference/text/audio--CreateWindowsDefaultAudioInputCapture.md): Create windows default audio input capture from the supplied values.
- [CreateWindowsDefaultAudioOutput](https://demonhunterlabs.com/reference/text/audio--CreateWindowsDefaultAudioOutput.md): Create windows default audio output from the supplied values.
- [CreateWindowsUiAccessibilityBridge](https://demonhunterlabs.com/reference/text/host.windows--CreateWindowsUiAccessibilityBridge.md): Create windows ui accessibility bridge from the supplied values.
- [CreateYuiAccessibilityAdapterContract](https://demonhunterlabs.com/reference/text/ui--CreateYuiAccessibilityAdapterContract.md): Create yui accessibility adapter contract from the supplied values.
- [CreateYuiAccessibilityEntry](https://demonhunterlabs.com/reference/text/ui--CreateYuiAccessibilityEntry.md): Create yui accessibility entry from the supplied values.
- [CreateYuiAccessibilityNode](https://demonhunterlabs.com/reference/text/ui--CreateYuiAccessibilityNode.md): Create yui accessibility node from the supplied values.
- [CreateYuiAccessibilityRelationship](https://demonhunterlabs.com/reference/text/ui--CreateYuiAccessibilityRelationship.md): Create yui accessibility relationship from the supplied values.
- [CreateYuiAccessibilityTree](https://demonhunterlabs.com/reference/text/ui--CreateYuiAccessibilityTree.md): Create yui accessibility tree from the supplied values.
- [CreateYuiActiveStyleSelection](https://demonhunterlabs.com/reference/text/ui--CreateYuiActiveStyleSelection.md): Create yui active style selection from the supplied values.
- [CreateYuiAnchoredCanvasViewport](https://demonhunterlabs.com/reference/text/frontend.yui.host.window--CreateYuiAnchoredCanvasViewport.md): Create yui anchored canvas viewport from the supplied values.
- [CreateYuiAnchoredCanvasViewportForClientSize](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiAnchoredCanvasViewportForClientSize.md): Create yui anchored canvas viewport for client size from the supplied values.
- [CreateYuiAuthoredAction](https://demonhunterlabs.com/reference/text/ui--CreateYuiAuthoredAction.md): Create yui authored action from the supplied values.
- [CreateYuiAuthoredBinding](https://demonhunterlabs.com/reference/text/ui--CreateYuiAuthoredBinding.md): Create yui authored binding from the supplied values.
- [CreateYuiAuthoredControlBehavior](https://demonhunterlabs.com/reference/text/ui--CreateYuiAuthoredControlBehavior.md): Create yui authored control behavior from the supplied values.
- [CreateYuiAuthoredDirtyReceipt](https://demonhunterlabs.com/reference/text/ui--CreateYuiAuthoredDirtyReceipt.md): Create yui authored dirty receipt from the supplied values.
- [CreateYuiAuthoredInteractionResult](https://demonhunterlabs.com/reference/text/ui--CreateYuiAuthoredInteractionResult.md): Create yui authored interaction result from the supplied values.
- [CreateYuiAuthoredInteractionRuntime](https://demonhunterlabs.com/reference/text/ui--CreateYuiAuthoredInteractionRuntime.md): Create yui authored interaction runtime from the supplied values.
- [CreateYuiAuthoredNode](https://demonhunterlabs.com/reference/text/ui--CreateYuiAuthoredNode.md): Create yui authored node from the supplied values.
- [CreateYuiAuthoredProperty](https://demonhunterlabs.com/reference/text/ui--CreateYuiAuthoredProperty.md): Create yui authored property from the supplied values.
- [CreateYuiAuthoredRetainedScheduler](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiAuthoredRetainedScheduler.md): Create yui authored retained scheduler from the supplied values.
- [CreateYuiAuthoredRuntime](https://demonhunterlabs.com/reference/text/ui--CreateYuiAuthoredRuntime.md): Create yui authored runtime from the supplied values.
- [CreateYuiAuthoredScopedBinding](https://demonhunterlabs.com/reference/text/ui--CreateYuiAuthoredScopedBinding.md): Create yui authored scoped binding from the supplied values.
- [CreateYuiAuthoredState](https://demonhunterlabs.com/reference/text/ui--CreateYuiAuthoredState.md): Create yui authored state from the supplied values.
- [CreateYuiAuthoredValue](https://demonhunterlabs.com/reference/text/ui--CreateYuiAuthoredValue.md): Create yui authored value from the supplied values.
- [CreateYuiAuthoredWindowsAccessibilityAdapter](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--CreateYuiAuthoredWindowsAccessibilityAdapter.md): Create yui authored windows accessibility adapter from the supplied values.
- [CreateYuiBlock](https://demonhunterlabs.com/reference/text/ui--CreateYuiBlock.md): Create yui block from the supplied values.
- [CreateYuiBlockId](https://demonhunterlabs.com/reference/text/ui--CreateYuiBlockId.md): Create yui block id from the supplied values.
- [CreateYuiButtonKeyboardContract](https://demonhunterlabs.com/reference/text/ui--CreateYuiButtonKeyboardContract.md): Create yui button keyboard contract from the supplied values.
- [CreateYuiButtonMetadata](https://demonhunterlabs.com/reference/text/ui--CreateYuiButtonMetadata.md): Create yui button metadata from the supplied values.
- [CreateYuiCanvasViewport](https://demonhunterlabs.com/reference/text/frontend.yui.host.window--CreateYuiCanvasViewport.md): Create yui canvas viewport from the supplied values.
- [CreateYuiCanvasViewportForClientSize](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiCanvasViewportForClientSize.md): Create yui canvas viewport for client size from the supplied values.
- [CreateYuiCanvasWindowSurface](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--CreateYuiCanvasWindowSurface.md): Create yui canvas window surface from the supplied values.
- [CreateYuiColor](https://demonhunterlabs.com/reference/text/ui--CreateYuiColor.md): Create yui color from the supplied values.
- [CreateYuiColorVisualToken](https://demonhunterlabs.com/reference/text/ui--CreateYuiColorVisualToken.md): Create yui color visual token from the supplied values.
- [CreateYuiColumnLayout](https://demonhunterlabs.com/reference/text/ui--CreateYuiColumnLayout.md): Create yui column layout from the supplied values.
- [CreateYuiCommandBinding](https://demonhunterlabs.com/reference/text/ui--CreateYuiCommandBinding.md): Create yui command binding from the supplied values.
- [CreateYuiCommandMap](https://demonhunterlabs.com/reference/text/ui--CreateYuiCommandMap.md): Create yui command map from the supplied values.
- [CreateYuiCommittedTextFieldAdapter](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiCommittedTextFieldAdapter.md): Create yui committed text field adapter from the supplied values.
- [CreateYuiComponentMetadata](https://demonhunterlabs.com/reference/text/ui--CreateYuiComponentMetadata.md): Create yui component metadata from the supplied values.
- [CreateYuiComponentStyle](https://demonhunterlabs.com/reference/text/ui--CreateYuiComponentStyle.md): Create yui component style from the supplied values.
- [CreateYuiCompositionEvent](https://demonhunterlabs.com/reference/text/ui--CreateYuiCompositionEvent.md): Create yui composition event from the supplied values.
- [CreateYuiCompositionPlan](https://demonhunterlabs.com/reference/text/ui--CreateYuiCompositionPlan.md): Create yui composition plan from the supplied values.
- [CreateYuiContactChange](https://demonhunterlabs.com/reference/text/ui--CreateYuiContactChange.md): Create yui contact change from the supplied values.
- [CreateYuiControlSpec](https://demonhunterlabs.com/reference/text/ui--CreateYuiControlSpec.md): Create yui control spec from the supplied values.
- [CreateYuiCoreActionRenderItem](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiCoreActionRenderItem.md): Create yui core action render item from the supplied values.
- [CreateYuiCoreChoiceRenderItem](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiCoreChoiceRenderItem.md): Create yui core choice render item from the supplied values.
- [CreateYuiCoreContainerRenderItem](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiCoreContainerRenderItem.md): Create yui core container render item from the supplied values.
- [CreateYuiCoreControlCatalog](https://demonhunterlabs.com/reference/text/ui--CreateYuiCoreControlCatalog.md): Create yui core control catalog from the supplied values.
- [CreateYuiCoreControlSpec](https://demonhunterlabs.com/reference/text/ui--CreateYuiCoreControlSpec.md): Create yui core control spec from the supplied values.
- [CreateYuiCoreControlStateStyle](https://demonhunterlabs.com/reference/text/ui--CreateYuiCoreControlStateStyle.md): Create yui core control state style from the supplied values.
- [CreateYuiCoreLayoutRenderItem](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiCoreLayoutRenderItem.md): Create yui core layout render item from the supplied values.
- [CreateYuiCorePassiveRenderItem](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiCorePassiveRenderItem.md): Create yui core passive render item from the supplied values.
- [CreateYuiCoreSelectionStripRenderItem](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiCoreSelectionStripRenderItem.md): Create yui core selection strip render item from the supplied values.
- [CreateYuiCoreSplitterRenderItem](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiCoreSplitterRenderItem.md): Create yui core splitter render item from the supplied values.
- [CreateYuiCoreValueRenderItem](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiCoreValueRenderItem.md): Create yui core value render item from the supplied values.
- [CreateYuiCustomComponentMetadata](https://demonhunterlabs.com/reference/text/ui--CreateYuiCustomComponentMetadata.md): Create yui custom component metadata from the supplied values.
- [CreateYuiDisplayCommand](https://demonhunterlabs.com/reference/text/ui--CreateYuiDisplayCommand.md): Create yui display command from the supplied values.
- [CreateYuiDisplayList](https://demonhunterlabs.com/reference/text/ui--CreateYuiDisplayList.md): Create yui display list from the supplied values.
- [CreateYuiDockTargetKeyboardContract](https://demonhunterlabs.com/reference/text/ui--CreateYuiDockTargetKeyboardContract.md): Create yui dock target keyboard contract from the supplied values.
- [CreateYuiEventState](https://demonhunterlabs.com/reference/text/ui--CreateYuiEventState.md): Create yui event state from the supplied values.
- [CreateYuiExampleStyleByIndex](https://demonhunterlabs.com/reference/text/ui--CreateYuiExampleStyleByIndex.md): Create yui example style by index from the supplied values.
- [CreateYuiFluidCanvasViewport](https://demonhunterlabs.com/reference/text/frontend.yui.host.window--CreateYuiFluidCanvasViewport.md): Create yui fluid canvas viewport from the supplied values.
- [CreateYuiFluidCanvasViewportForClientSize](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiFluidCanvasViewportForClientSize.md): Create yui fluid canvas viewport for client size from the supplied values.
- [CreateYuiFocusEntry](https://demonhunterlabs.com/reference/text/ui--CreateYuiFocusEntry.md): Create yui focus entry from the supplied values.
- [CreateYuiFocusModel](https://demonhunterlabs.com/reference/text/ui--CreateYuiFocusModel.md): Create yui focus model from the supplied values.
- [CreateYuiFocusScope](https://demonhunterlabs.com/reference/text/ui--CreateYuiFocusScope.md): Create yui focus scope from the supplied values.
- [CreateYuiFragmentDependencySignature](https://demonhunterlabs.com/reference/text/ui--CreateYuiFragmentDependencySignature.md): Create yui fragment dependency signature from the supplied values.
- [CreateYuiGlyphAlphaDisplayCommand](https://demonhunterlabs.com/reference/text/ui--CreateYuiGlyphAlphaDisplayCommand.md): Create yui glyph alpha display command from the supplied values.
- [CreateYuiGraphemeMap](https://demonhunterlabs.com/reference/text/ui--CreateYuiGraphemeMap.md): Create yui grapheme map from the supplied values.
- [CreateYuiGraphiteSageStyle](https://demonhunterlabs.com/reference/text/ui--CreateYuiGraphiteSageStyle.md): Create yui graphite sage style from the supplied values.
- [CreateYuiIconArtwork](https://demonhunterlabs.com/reference/text/ui--CreateYuiIconArtwork.md): Create yui icon artwork from the supplied values.
- [CreateYuiIconArtworkCatalog](https://demonhunterlabs.com/reference/text/ui--CreateYuiIconArtworkCatalog.md): Create yui icon artwork catalog from the supplied values.
- [CreateYuiIconResource](https://demonhunterlabs.com/reference/text/ui--CreateYuiIconResource.md): Create yui icon resource from the supplied values.
- [CreateYuiImageDisplayCommand](https://demonhunterlabs.com/reference/text/ui--CreateYuiImageDisplayCommand.md): Create yui image display command from the supplied values.
- [CreateYuiImagePresentation](https://demonhunterlabs.com/reference/text/ui--CreateYuiImagePresentation.md): Create yui image presentation from the supplied values.
- [CreateYuiImageSource](https://demonhunterlabs.com/reference/text/ui--CreateYuiImageSource.md): Create yui image source from the supplied values.
- [CreateYuiInputRegion](https://demonhunterlabs.com/reference/text/ui--CreateYuiInputRegion.md): Create yui input region from the supplied values.
- [CreateYuiInputRegionFromLayout](https://demonhunterlabs.com/reference/text/ui--CreateYuiInputRegionFromLayout.md): Create yui input region from layout from the supplied values.
- [CreateYuiInputState](https://demonhunterlabs.com/reference/text/ui--CreateYuiInputState.md): Create yui input state from the supplied values.
- [CreateYuiInvalidationTracker](https://demonhunterlabs.com/reference/text/ui--CreateYuiInvalidationTracker.md): Create yui invalidation tracker from the supplied values.
- [CreateYuiKeyboardContract](https://demonhunterlabs.com/reference/text/ui--CreateYuiKeyboardContract.md): Create yui keyboard contract from the supplied values.
- [CreateYuiLabelMetadata](https://demonhunterlabs.com/reference/text/ui--CreateYuiLabelMetadata.md): Create yui label metadata from the supplied values.
- [CreateYuiLayoutConstraints](https://demonhunterlabs.com/reference/text/ui--CreateYuiLayoutConstraints.md): Create yui layout constraints from the supplied values.
- [CreateYuiLayoutEngine](https://demonhunterlabs.com/reference/text/ui--CreateYuiLayoutEngine.md): Create yui layout engine from the supplied values.
- [CreateYuiLayoutItem](https://demonhunterlabs.com/reference/text/ui--CreateYuiLayoutItem.md): Create yui layout item from the supplied values.
- [CreateYuiLayoutPlacement](https://demonhunterlabs.com/reference/text/ui--CreateYuiLayoutPlacement.md): Create yui layout placement from the supplied values.
- [CreateYuiLayoutRect](https://demonhunterlabs.com/reference/text/ui--CreateYuiLayoutRect.md): Create yui layout rect from the supplied values.
- [CreateYuiLayoutSize](https://demonhunterlabs.com/reference/text/ui--CreateYuiLayoutSize.md): Create yui layout size from the supplied values.
- [CreateYuiLayoutSpec](https://demonhunterlabs.com/reference/text/ui--CreateYuiLayoutSpec.md): Create yui layout spec from the supplied values.
- [CreateYuiLightStudioStyle](https://demonhunterlabs.com/reference/text/ui--CreateYuiLightStudioStyle.md): Create yui light studio style from the supplied values.
- [CreateYuiListKeyboardContract](https://demonhunterlabs.com/reference/text/ui--CreateYuiListKeyboardContract.md): Create yui list keyboard contract from the supplied values.
- [CreateYuiLocaleFormatRequest](https://demonhunterlabs.com/reference/text/ui--CreateYuiLocaleFormatRequest.md): Create yui locale format request from the supplied values.
- [CreateYuiLocaleModel](https://demonhunterlabs.com/reference/text/ui--CreateYuiLocaleModel.md): Create yui locale model from the supplied values.
- [CreateYuiLocaleProperty](https://demonhunterlabs.com/reference/text/ui--CreateYuiLocaleProperty.md): Create yui locale property from the supplied values.
- [CreateYuiLocalizedPresentation](https://demonhunterlabs.com/reference/text/ui--CreateYuiLocalizedPresentation.md): Create yui localized presentation from the supplied values.
- [CreateYuiMaterial](https://demonhunterlabs.com/reference/text/ui--CreateYuiMaterial.md): Create yui material from the supplied values.
- [CreateYuiMenuKeyboardContract](https://demonhunterlabs.com/reference/text/ui--CreateYuiMenuKeyboardContract.md): Create yui menu keyboard contract from the supplied values.
- [CreateYuiMeridianContrastStyle](https://demonhunterlabs.com/reference/text/ui--CreateYuiMeridianContrastStyle.md): Create yui meridian contrast style from the supplied values.
- [CreateYuiMeridianInkStyle](https://demonhunterlabs.com/reference/text/ui--CreateYuiMeridianInkStyle.md): Create yui meridian ink style from the supplied values.
- [CreateYuiMeridianLightStyle](https://demonhunterlabs.com/reference/text/ui--CreateYuiMeridianLightStyle.md): Create yui meridian light style from the supplied values.
- [CreateYuiMetricVisualToken](https://demonhunterlabs.com/reference/text/ui--CreateYuiMetricVisualToken.md): Create yui metric visual token from the supplied values.
- [CreateYuiModernDarkTheme](https://demonhunterlabs.com/reference/text/ui--CreateYuiModernDarkTheme.md): Create yui modern dark theme from the supplied values.
- [CreateYuiModernHighContrastTheme](https://demonhunterlabs.com/reference/text/ui--CreateYuiModernHighContrastTheme.md): Create yui modern high contrast theme from the supplied values.
- [CreateYuiModernLightTheme](https://demonhunterlabs.com/reference/text/ui--CreateYuiModernLightTheme.md): Create yui modern light theme from the supplied values.
- [CreateYuiMotionEasingToken](https://demonhunterlabs.com/reference/text/ui--CreateYuiMotionEasingToken.md): Create yui motion easing token from the supplied values.
- [CreateYuiMotionPreference](https://demonhunterlabs.com/reference/text/ui--CreateYuiMotionPreference.md): Create yui motion preference from the supplied values.
- [CreateYuiMountSpec](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiMountSpec.md): Create yui mount spec from the supplied values.
- [CreateYuiMultiContactInputState](https://demonhunterlabs.com/reference/text/ui--CreateYuiMultiContactInputState.md): Create yui multi contact input state from the supplied values.
- [CreateYuiNebulaTheme](https://demonhunterlabs.com/reference/text/ui--CreateYuiNebulaTheme.md): Create yui nebula theme from the supplied values.
- [CreateYuiObsidianTheme](https://demonhunterlabs.com/reference/text/ui--CreateYuiObsidianTheme.md): Create yui obsidian theme from the supplied values.
- [CreateYuiOverlayLayout](https://demonhunterlabs.com/reference/text/ui--CreateYuiOverlayLayout.md): Create yui overlay layout from the supplied values.
- [CreateYuiPaintPrimitive](https://demonhunterlabs.com/reference/text/ui--CreateYuiPaintPrimitive.md): Create yui paint primitive from the supplied values.
- [CreateYuiPaletteEntry](https://demonhunterlabs.com/reference/text/ui--CreateYuiPaletteEntry.md): Create yui palette entry from the supplied values.
- [CreateYuiPanelMetadata](https://demonhunterlabs.com/reference/text/ui--CreateYuiPanelMetadata.md): Create yui panel metadata from the supplied values.
- [CreateYuiPersistentCanvasFrameFromRetainedPlanV1](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiPersistentCanvasFrameFromRetainedPlanV1.md): Create yui persistent canvas frame from retained plan v1 from the supplied values.
- [CreateYuiPersistentCanvasFrameV1](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiPersistentCanvasFrameV1.md): Create yui persistent canvas frame v1 from the supplied values.
- [CreateYuiPointerAcquisitionSample](https://demonhunterlabs.com/reference/text/ui--CreateYuiPointerAcquisitionSample.md): Create yui pointer acquisition sample from the supplied values.
- [CreateYuiPresentedImageDisplayCommand](https://demonhunterlabs.com/reference/text/ui--CreateYuiPresentedImageDisplayCommand.md): Create yui presented image display command from the supplied values.
- [CreateYuiQuietObsidianStyle](https://demonhunterlabs.com/reference/text/ui--CreateYuiQuietObsidianStyle.md): Create yui quiet obsidian style from the supplied values.
- [CreateYuiRect](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiRect.md): Create yui rect from the supplied values.
- [CreateYuiRenderBounds](https://demonhunterlabs.com/reference/text/ui--CreateYuiRenderBounds.md): Create yui render bounds from the supplied values.
- [CreateYuiRenderClip](https://demonhunterlabs.com/reference/text/ui--CreateYuiRenderClip.md): Create yui render clip from the supplied values.
- [CreateYuiRenderElementState](https://demonhunterlabs.com/reference/text/ui--CreateYuiRenderElementState.md): Create yui render element state from the supplied values.
- [CreateYuiRendererContract](https://demonhunterlabs.com/reference/text/ui--CreateYuiRendererContract.md): Create yui renderer contract from the supplied values.
- [CreateYuiRenderGlyphAlphaResource](https://demonhunterlabs.com/reference/text/ui--CreateYuiRenderGlyphAlphaResource.md): Create yui render glyph alpha resource from the supplied values.
- [CreateYuiRenderImagePresentation](https://demonhunterlabs.com/reference/text/ui--CreateYuiRenderImagePresentation.md): Create yui render image presentation from the supplied values.
- [CreateYuiRenderImageResource](https://demonhunterlabs.com/reference/text/ui--CreateYuiRenderImageResource.md): Create yui render image resource from the supplied values.
- [CreateYuiRenderImageResourceFromDecoded](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiRenderImageResourceFromDecoded.md): Create yui render image resource from decoded from the supplied values.
- [CreateYuiRenderImageResourceFromSvgHex](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiRenderImageResourceFromSvgHex.md): Create yui render image resource from svg hex from the supplied values.
- [CreateYuiRenderImageResourceFromSvgText](https://demonhunterlabs.com/reference/text/frontend.yui--CreateYuiRenderImageResourceFromSvgText.md): Create yui render image resource from svg text from the supplied values.
- [CreateYuiRenderImageSamplingExecutionCapabilityV1](https://demonhunterlabs.com/reference/text/ui--CreateYuiRenderImageSamplingExecutionCapabilityV1.md): Create yui render image sampling execution capability v1 from the supplied values.
- [CreateYuiRenderLayer](https://demonhunterlabs.com/reference/text/ui--CreateYuiRenderLayer.md): Create yui render layer from the supplied values.
- [CreateYuiRenderPaint](https://demonhunterlabs.com/reference/text/ui--CreateYuiRenderPaint.md): Create yui render paint from the supplied values.
- [CreateYuiRenderResource](https://demonhunterlabs.com/reference/text/ui--CreateYuiRenderResource.md): Create yui render resource from the supplied values.
- [CreateYuiRenderSizedImagePresentation](https://demonhunterlabs.com/reference/text/ui--CreateYuiRenderSizedImagePresentation.md): Create yui render sized image presentation from the supplied values.
- [CreateYuiRenderTarget](https://demonhunterlabs.com/reference/text/ui--CreateYuiRenderTarget.md): Create yui render target from the supplied values.
- [CreateYuiRenderTargetColorCapabilityV1](https://demonhunterlabs.com/reference/text/ui--CreateYuiRenderTargetColorCapabilityV1.md): Create yui render target color capability v1 from the supplied values.
- [CreateYuiRenderTargetWithColorCapabilityV1](https://demonhunterlabs.com/reference/text/ui--CreateYuiRenderTargetWithColorCapabilityV1.md): Create yui render target with color capability v1 from the supplied values.
- [CreateYuiRenderTelemetry](https://demonhunterlabs.com/reference/text/ui--CreateYuiRenderTelemetry.md): Create yui render telemetry from the supplied values.
- [CreateYuiRenderTransform](https://demonhunterlabs.com/reference/text/ui--CreateYuiRenderTransform.md): Create yui render transform from the supplied values.
- [CreateYuiResolvedStyle](https://demonhunterlabs.com/reference/text/ui--CreateYuiResolvedStyle.md): Create yui resolved style from the supplied values.
- [CreateYuiRetainedDependencyIndex](https://demonhunterlabs.com/reference/text/ui--CreateYuiRetainedDependencyIndex.md): Create yui retained dependency index from the supplied values.
- [CreateYuiRetainedFragmentCache](https://demonhunterlabs.com/reference/text/ui--CreateYuiRetainedFragmentCache.md): Create yui retained fragment cache from the supplied values.
- [CreateYuiRetainedOwnerFragment](https://demonhunterlabs.com/reference/text/ui--CreateYuiRetainedOwnerFragment.md): Create yui retained owner fragment from the supplied values.
- [CreateYuiRetainedResourceDeltaV1](https://demonhunterlabs.com/reference/text/ui--CreateYuiRetainedResourceDeltaV1.md): Create yui retained resource delta v1 from the supplied values.
- [CreateYuiRetainedResourceReplayPlanV1](https://demonhunterlabs.com/reference/text/ui--CreateYuiRetainedResourceReplayPlanV1.md): Create yui retained resource replay plan v1 from the supplied values.
- [CreateYuiRetainedResourceStoreV1](https://demonhunterlabs.com/reference/text/ui--CreateYuiRetainedResourceStoreV1.md): Create yui retained resource store v1 from the supplied values.
- [CreateYuiRetainedSemanticFragment](https://demonhunterlabs.com/reference/text/ui--CreateYuiRetainedSemanticFragment.md): Create yui retained semantic fragment from the supplied values.
- [CreateYuiRoutedEventResult](https://demonhunterlabs.com/reference/text/ui--CreateYuiRoutedEventResult.md): Create yui routed event result from the supplied values.
- [CreateYuiRowLayout](https://demonhunterlabs.com/reference/text/ui--CreateYuiRowLayout.md): Create yui row layout from the supplied values.
- [CreateYuiSampledImageDisplayCommand](https://demonhunterlabs.com/reference/text/ui--CreateYuiSampledImageDisplayCommand.md): Create yui sampled image display command from the supplied values.
- [CreateYuiSampledImagePresentation](https://demonhunterlabs.com/reference/text/ui--CreateYuiSampledImagePresentation.md): Create yui sampled image presentation from the supplied values.
- [CreateYuiScrollContainerMetadata](https://demonhunterlabs.com/reference/text/ui--CreateYuiScrollContainerMetadata.md): Create yui scroll container metadata from the supplied values.
- [CreateYuiScrollLayout](https://demonhunterlabs.com/reference/text/ui--CreateYuiScrollLayout.md): Create yui scroll layout from the supplied values.
- [CreateYuiScrollState](https://demonhunterlabs.com/reference/text/ui--CreateYuiScrollState.md): Create yui scroll state from the supplied values.
- [CreateYuiSplitLayout](https://demonhunterlabs.com/reference/text/ui--CreateYuiSplitLayout.md): Create yui split layout from the supplied values.
- [CreateYuiSplitterKeyboardContract](https://demonhunterlabs.com/reference/text/ui--CreateYuiSplitterKeyboardContract.md): Create yui splitter keyboard contract from the supplied values.
- [CreateYuiSplitterMetadata](https://demonhunterlabs.com/reference/text/ui--CreateYuiSplitterMetadata.md): Create yui splitter metadata from the supplied values.
- [CreateYuiStackLayout](https://demonhunterlabs.com/reference/text/ui--CreateYuiStackLayout.md): Create yui stack layout from the supplied values.
- [CreateYuiStateStyle](https://demonhunterlabs.com/reference/text/ui--CreateYuiStateStyle.md): Create yui state style from the supplied values.
- [CreateYuiStyleValue](https://demonhunterlabs.com/reference/text/ui--CreateYuiStyleValue.md): Create yui style value from the supplied values.
- [CreateYuiTableKeyboardContract](https://demonhunterlabs.com/reference/text/ui--CreateYuiTableKeyboardContract.md): Create yui table keyboard contract from the supplied values.
- [CreateYuiTabsKeyboardContract](https://demonhunterlabs.com/reference/text/ui--CreateYuiTabsKeyboardContract.md): Create yui tabs keyboard contract from the supplied values.
- [CreateYuiTextBoxMetadata](https://demonhunterlabs.com/reference/text/ui--CreateYuiTextBoxMetadata.md): Create yui text box metadata from the supplied values.
- [CreateYuiTextEditState](https://demonhunterlabs.com/reference/text/ui--CreateYuiTextEditState.md): Create yui text edit state from the supplied values.
- [CreateYuiTextServiceAdapterContract](https://demonhunterlabs.com/reference/text/ui--CreateYuiTextServiceAdapterContract.md): Create yui text service adapter contract from the supplied values.
- [CreateYuiThemeDefinition](https://demonhunterlabs.com/reference/text/ui--CreateYuiThemeDefinition.md): Create yui theme definition from the supplied values.
- [CreateYuiTranslucentCanvasWindowSurface](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--CreateYuiTranslucentCanvasWindowSurface.md): Create yui translucent canvas window surface from the supplied values.
- [CreateYuiTree](https://demonhunterlabs.com/reference/text/ui--CreateYuiTree.md): Create yui tree from the supplied values.
- [CreateYuiTreeKeyboardContract](https://demonhunterlabs.com/reference/text/ui--CreateYuiTreeKeyboardContract.md): Create yui tree keyboard contract from the supplied values.
- [CreateYuiTreeNode](https://demonhunterlabs.com/reference/text/ui--CreateYuiTreeNode.md): Create yui tree node from the supplied values.
- [CreateYuiViewportMetadata](https://demonhunterlabs.com/reference/text/ui--CreateYuiViewportMetadata.md): Create yui viewport metadata from the supplied values.
- [CreateYuiVirtualCollection](https://demonhunterlabs.com/reference/text/ui--CreateYuiVirtualCollection.md): Create yui virtual collection from the supplied values.
- [CreateYuiWindowsHostInputAdapter](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--CreateYuiWindowsHostInputAdapter.md): Create yui windows host input adapter from the supplied values.
- [CreateYuiWindowsTextProviderV1](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--CreateYuiWindowsTextProviderV1.md): Create yui windows text provider v1 from the supplied values.
- [CycleYuiActiveStyle](https://demonhunterlabs.com/reference/text/ui--CycleYuiActiveStyle.md): Cycle yui active style.
- [decimal](https://demonhunterlabs.com/reference/text/type--decimal-3e6d4b.md): A signed decimal number in the signed decimals family. The spelling selects its storage width; use only values representable by that type.
- [decimal128](https://demonhunterlabs.com/reference/text/type--decimal128-1f9fb0.md): A signed decimal number in the signed decimals family. The spelling selects its storage width; use only values representable by that type.
- [decimal16](https://demonhunterlabs.com/reference/text/type--decimal16-243d23.md): A signed decimal number in the signed decimals family. The spelling selects its storage width; use only values representable by that type.
- [decimal32](https://demonhunterlabs.com/reference/text/type--decimal32-162dcd.md): A signed decimal number in the signed decimals family. The spelling selects its storage width; use only values representable by that type.
- [decimal64](https://demonhunterlabs.com/reference/text/type--decimal64-bcd9eb.md): A signed decimal number in the signed decimals family. The spelling selects its storage width; use only values representable by that type.
- [decimal8](https://demonhunterlabs.com/reference/text/type--decimal8-5d6312.md): A signed decimal number in the signed decimals family. The spelling selects its storage width; use only values representable by that type.
- [DecodeGraphicsBmpHex](https://demonhunterlabs.com/reference/text/graphics.image--DecodeGraphicsBmpHex.md): Decode graphics bmp hex.
- [DecodeGraphicsImageByteSource](https://demonhunterlabs.com/reference/text/graphics.image--DecodeGraphicsImageByteSource.md): Decode graphics image byte source.
- [DecodeGraphicsJpegHex](https://demonhunterlabs.com/reference/text/graphics.image--DecodeGraphicsJpegHex.md): Decode graphics jpeg hex.
- [DecodeGraphicsPngHex](https://demonhunterlabs.com/reference/text/graphics.image--DecodeGraphicsPngHex.md): Decode graphics png hex.
- [DecodeGraphicsSvgHex](https://demonhunterlabs.com/reference/text/graphics.image--DecodeGraphicsSvgHex.md): Decode graphics svg hex.
- [DecodeGraphicsSvgText](https://demonhunterlabs.com/reference/text/graphics.image--DecodeGraphicsSvgText.md): Decode graphics svg text.
- [DecodeGraphicsWebpHex](https://demonhunterlabs.com/reference/text/graphics.image--DecodeGraphicsWebpHex.md): Decode graphics webp hex.
- [deconstruct](https://demonhunterlabs.com/reference/text/word--deconstruct.md): Split a gated tuple into names
- [DefaultAcceleratorBenchmark](https://demonhunterlabs.com/reference/text/compute.accelerator--DefaultAcceleratorBenchmark.md): Default accelerator benchmark.
- [DefaultAutotuningPolicy](https://demonhunterlabs.com/reference/text/compute.accelerator--DefaultAutotuningPolicy.md): Default autotuning policy.
- [Defaults, named arguments, and overloads](https://demonhunterlabs.com/reference/text/language--parameters-calls.md): Trailing parameters can have defaults, calls can name arguments after positional ones, and functions can overload on admitted signatures.
- [delegate](https://demonhunterlabs.com/reference/text/word--delegate.md): Forward a method through a field
- [Deliberately unavailable language features](https://demonhunterlabs.com/reference/text/language--unavailable-syntax.md): Yeho Core 2026.1 explicitly does not admit generics, slices, interpolation, alternate numeric literals, compound assignment, computed properties, operator overloading, truthiness, or raw allocation/free.
- [Deprecated migration spellings](https://demonhunterlabs.com/reference/text/language--deprecated-aliases.md): dobox, string, returns, and main.yh are accepted only to help older code move to the current language.
- [DequantizeIntBlockBuffer](https://demonhunterlabs.com/reference/text/compute.kernels--DequantizeIntBlockBuffer.md): Dequantize int block buffer.
- [DequantizeIntBlocks](https://demonhunterlabs.com/reference/text/compute.kernels--DequantizeIntBlocks.md): Dequantize int blocks.
- [DequantizeIntBuffer](https://demonhunterlabs.com/reference/text/compute.kernels--DequantizeIntBuffer.md): Dequantize int buffer.
- [DequantizeIntList](https://demonhunterlabs.com/reference/text/compute.kernels--DequantizeIntList.md): Dequantize int list.
- [DequantizeIntValue](https://demonhunterlabs.com/reference/text/compute.kernels--DequantizeIntValue.md): Dequantize int value.
- [DequantizeTensorBufferBlocks](https://demonhunterlabs.com/reference/text/compute.kernels--DequantizeTensorBufferBlocks.md): Dequantize tensor buffer blocks.
- [Describe your own thing](https://demonhunterlabs.com/reference/text/recipe--things.md): Group values that belong to one character.
- [DescribeGraphicsTextQ26_6](https://demonhunterlabs.com/reference/text/graphics.text--DescribeGraphicsTextQ26_6.md): Describe graphics text q26 6.
- [DescribeKernelReduction](https://demonhunterlabs.com/reference/text/compute.kernels--DescribeKernelReduction.md): Describe kernel reduction.
- [DescribeQuantizedPath](https://demonhunterlabs.com/reference/text/compute.kernels--DescribeQuantizedPath.md): Describe quantized path.
- [DescribeTensorAxis](https://demonhunterlabs.com/reference/text/compute.tensor--DescribeTensorAxis.md): Describe tensor axis.
- [DescribeTensorDimensions](https://demonhunterlabs.com/reference/text/compute.tensor--DescribeTensorDimensions.md): Describe tensor dimensions.
- [DescribeTensorStrides](https://demonhunterlabs.com/reference/text/compute.tensor--DescribeTensorStrides.md): Describe tensor strides.
- [DescribeYuiHostServiceBinding](https://demonhunterlabs.com/reference/text/ui--DescribeYuiHostServiceBinding.md): Describe yui host service binding.
- [DeserializeIntTensor](https://demonhunterlabs.com/reference/text/compute.tensor--DeserializeIntTensor.md): Deserialize int tensor.
- [DestroyGraphics3DMesh](https://demonhunterlabs.com/reference/text/graphics.render3d--DestroyGraphics3DMesh.md): Destroy graphics3 dmesh.
- [DestroyGraphics3DProgram](https://demonhunterlabs.com/reference/text/graphics.render3d--DestroyGraphics3DProgram.md): Destroy graphics3 dprogram.
- [DestroyGraphics3DSunShadowV1](https://demonhunterlabs.com/reference/text/graphics.render3d--DestroyGraphics3DSunShadowV1.md): Destroy graphics3 dsun shadow v1.
- [DestroyGraphics3DTexture](https://demonhunterlabs.com/reference/text/graphics.render3d--DestroyGraphics3DTexture.md): Destroy graphics3 dtexture.
- [DetectGraphicsImageByteSourceFormat](https://demonhunterlabs.com/reference/text/graphics.image--DetectGraphicsImageByteSourceFormat.md): Detect graphics image byte source format.
- [DetectHostStorageFamily](https://demonhunterlabs.com/reference/text/host.storage--DetectHostStorageFamily.md): Detect host storage family.
- [DeterministicNumericalSequence](https://demonhunterlabs.com/reference/text/compute.parity--DeterministicNumericalSequence.md): Deterministic numerical sequence.
- [deviceBackendCapability](https://demonhunterlabs.com/reference/text/compute.device--deviceBackendCapability.md): A device backend capability record carrying backend, family, runtimeReady, placementSupported, mixedExecutionSupported, and related state.
- [deviceBackendContract](https://demonhunterlabs.com/reference/text/compute.device--deviceBackendContract.md): A device backend contract record carrying backend, family, tensorExecutionSupported, graphExecutionSupported, kernelExecutionSupported, and related state.
- [DeviceBackendContractFor](https://demonhunterlabs.com/reference/text/compute.device--DeviceBackendContractFor.md): Device backend contract for.
- [DeviceBackendContracts](https://demonhunterlabs.com/reference/text/compute.device--DeviceBackendContracts.md): Device backend contracts.
- [DeviceCapabilityFor](https://demonhunterlabs.com/reference/text/compute.device--DeviceCapabilityFor.md): Device capability for.
- [DeviceCapabilityMatrix](https://demonhunterlabs.com/reference/text/compute.device--DeviceCapabilityMatrix.md): Device capability matrix.
- [DeviceDiscoveryCatalog](https://demonhunterlabs.com/reference/text/compute.device--DeviceDiscoveryCatalog.md): Device discovery catalog.
- [DeviceDiscoveryFor](https://demonhunterlabs.com/reference/text/compute.device--DeviceDiscoveryFor.md): Device discovery for.
- [deviceDiscoveryRecord](https://demonhunterlabs.com/reference/text/compute.device--deviceDiscoveryRecord.md): A device discovery record record carrying backend, family, vendor, status, placement, and related state.
- [DeviceFallbackCatalog](https://demonhunterlabs.com/reference/text/compute.device--DeviceFallbackCatalog.md): Device fallback catalog.
- [DeviceFallbackFor](https://demonhunterlabs.com/reference/text/compute.device--DeviceFallbackFor.md): Device fallback for.
- [deviceFallbackRule](https://demonhunterlabs.com/reference/text/compute.device--deviceFallbackRule.md): A device fallback rule record carrying requestedBackend, fallbackBackend, reason, notes.
- [deviceNegotiationProfile](https://demonhunterlabs.com/reference/text/compute.device--deviceNegotiationProfile.md): A device negotiation profile record carrying backend, memoryLimitMb, precisions, transferCostScore, featureGaps, and related state.
- [DeviceNegotiationProfileFor](https://demonhunterlabs.com/reference/text/compute.device--DeviceNegotiationProfileFor.md): Device negotiation profile for.
- [devicePlacementPlan](https://demonhunterlabs.com/reference/text/compute.device--devicePlacementPlan.md): A device placement plan record carrying workload, requestedBackend, resolvedBackend, resolvedFamily, fallbackUsed, and related state.
- [deviceSupportMatrixRow](https://demonhunterlabs.com/reference/text/compute.device--deviceSupportMatrixRow.md): A device support matrix row record carrying backend, family, vendor, runtimeReady, placementSupported, and related state.
- [diagnosticCounter](https://demonhunterlabs.com/reference/text/diagnostics--diagnosticCounter.md): A diagnostic counter record carrying name, total.
- [DiffYuiAccessibilityTrees](https://demonhunterlabs.com/reference/text/ui--DiffYuiAccessibilityTrees.md): Diff yui accessibility trees.
- [Directory.Exists](https://demonhunterlabs.com/reference/text/runtime--Directory.Exists.md): Exists through the Directory runtime.
- [Directory.TryCreate](https://demonhunterlabs.com/reference/text/runtime--Directory.TryCreate.md): Try create through the Directory runtime.
- [Directory.TryCreateTree](https://demonhunterlabs.com/reference/text/runtime--Directory.TryCreateTree.md): Try create tree through the Directory runtime.
- [dispatch](https://demonhunterlabs.com/reference/text/word--dispatch.md): Launch a compute function
- [Dispatch and computeTask](https://demonhunterlabs.com/reference/text/language--compute-dispatch.md): dispatch launches a compute function and returns a computeTask whose finished, failed, and error state can be inspected.
- [DispatchWindowsUiAccessibilityNativeAction](https://demonhunterlabs.com/reference/text/host.windows--DispatchWindowsUiAccessibilityNativeAction.md): Dispatch windows ui accessibility native action.
- [DisposeUiSurface](https://demonhunterlabs.com/reference/text/ui--DisposeUiSurface.md): Dispose ui surface.
- [dobox](https://demonhunterlabs.com/reference/text/word--dobox.md): Deprecated spelling of thing
- [DolphinAabb3](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinAabb3-8b4c283f.md): Dolphin aabb3.
- [dolphinAabb3](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--dolphinAabb3-b84fb3e4.md): A dolphin aabb3 record carrying minX, minY, minZ, maxX, maxY, and related state.
- [DolphinAabb3ContainsPoint](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinAabb3ContainsPoint.md): Dolphin aabb3 contains point.
- [DolphinAabb3FullySupportsFootprint](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinAabb3FullySupportsFootprint.md): One authored walkable box must contain the full circular-footprint bounds. Multi-surface support and arbitrary triangle floors remain separate policy.
- [DolphinAabb3OverlapsBody](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinAabb3OverlapsBody.md): Strict volume overlap deliberately treats face contact as non-penetration. A body standing exactly on a walkable top therefore does not collide with the support box beneath it.
- [DolphinAabb3Valid](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinAabb3Valid.md): Check whether dolphin aabb3 satisfies its validation rules.
- [dolphinAffine3](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--dolphinAffine3.md): A dolphin affine3 record carrying a, x.
- [DolphinAffineBounded](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinAffineBounded.md): Dolphin affine bounded.
- [DolphinAffineInverse](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinAffineInverse.md): Dolphin affine inverse.
- [DolphinAffineMultiply](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinAffineMultiply.md): Dolphin affine multiply.
- [DolphinAngleValid](https://demonhunterlabs.com/reference/text/dolphin.math--DolphinAngleValid.md): Check whether dolphin angle satisfies its validation rules.
- [DolphinAroundPivot](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinAroundPivot.md): Dolphin around pivot.
- [dolphinAuthoringSession](https://demonhunterlabs.com/reference/text/dolphin.authoring--dolphinAuthoringSession.md): A dolphin authoring session record carrying document, runtime, undo, selection, mode, and related state.
- [DolphinAxisRotation](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinAxisRotation.md): Dolphin axis rotation.
- [DolphinBuildEnvironmentMap](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinBuildEnvironmentMap.md): Dolphin build environment map.
- [DolphinClampFloat](https://demonhunterlabs.com/reference/text/dolphin.math--DolphinClampFloat.md): Keep a floating-point value between a lower and an upper bound.
- [DolphinClampInt](https://demonhunterlabs.com/reference/text/dolphin.math--DolphinClampInt.md): Dolphin clamp int.
- [DolphinCos](https://demonhunterlabs.com/reference/text/dolphin.math--DolphinCos.md): Dolphin cos.
- [DolphinCosAccurate](https://demonhunterlabs.com/reference/text/dolphin.math--DolphinCosAccurate.md): Dolphin cos accurate.
- [DolphinCrossedCardContractValidV1](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinCrossedCardContractValidV1.md): Dolphin crossed card contract valid v1.
- [DolphinCrossedCardGpuBytesV1](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinCrossedCardGpuBytesV1.md): Dolphin crossed card gpu bytes v1.
- [DolphinCrossedCardIndexCountV1](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinCrossedCardIndexCountV1.md): Dolphin crossed card index count v1.
- [DolphinCrossedCardIndicesV1](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinCrossedCardIndicesV1.md): Dolphin crossed card indices v1.
- [DolphinCrossedCardVertexCountV1](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinCrossedCardVertexCountV1.md): Dolphin crossed card vertex count v1.
- [DolphinCrossedCardVertexFormatV1](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinCrossedCardVertexFormatV1.md): Provider-neutral two-plane vegetation card. The material package owns only deterministic P3N3T2 geometry and a bounded default cutoff; render3d owns alpha testing, texture admission, drawing, shadow casting, and teardown.
- [DolphinCrossedCardVerticesV1](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinCrossedCardVerticesV1.md): Dolphin crossed card vertices v1.
- [DolphinCutoutMaterialDefaultAlphaCutoffV1](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinCutoutMaterialDefaultAlphaCutoffV1.md): Dolphin cutout material default alpha cutoff v1.
- [DolphinDecodeScene](https://demonhunterlabs.com/reference/text/dolphin.authoring--DolphinDecodeScene.md): Dolphin decode scene.
- [DolphinDistance](https://demonhunterlabs.com/reference/text/dolphin.math--DolphinDistance.md): Dolphin distance.
- [DolphinDistance3](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinDistance3.md): Measure the straight-line distance between two 3D positions.
- [DolphinDocumentValid](https://demonhunterlabs.com/reference/text/dolphin.authoring--DolphinDocumentValid.md): Check whether dolphin document satisfies its validation rules.
- [DolphinEncodeScene](https://demonhunterlabs.com/reference/text/dolphin.authoring--DolphinEncodeScene.md): Dolphin encode scene.
- [DolphinEnvironmentColor](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinEnvironmentColor.md): Original, inexpensive artistic sky. Directions are normalized; this is a distant cloud sheet, not participating-media transport or a weather solver. The scalar body is also lowered into the GPU map kernel by the owned generator.
- [DolphinFloorToInt](https://demonhunterlabs.com/reference/text/dolphin.math--DolphinFloorToInt.md): Kyber currently exposes deterministic round-to-int but not floor-to-int. The bounded input contract keeps the intermediate safely inside int32.
- [DolphinGpuCopyFrame](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuCopyFrame.md): Dolphin gpu copy frame.
- [DolphinGpuDominantPass](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuDominantPass.md): Dolphin gpu dominant pass.
- [dolphinGpuEffects](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinGpuEffects.md): A dolphin gpu effects record carrying preMask, jitter, exposure, vignette, glowStrength, and related state.
- [DolphinGpuFrameExport](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuFrameExport.md): Dolphin gpu frame export.
- [dolphinGpuFrameSample](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinGpuFrameSample.md): A dolphin gpu frame sample record carrying sequence, flags, sceneEffects, traffic, wallMicros, and related state.
- [dolphinGpuHybridComposer](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinGpuHybridComposer.md): A dolphin gpu hybrid composer object with the operations listed below.
- [DolphinGpuPassName](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuPassName.md): Dolphin gpu pass name.
- [dolphinGpuPassSample](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinGpuPassSample.md): A dolphin gpu pass sample record carrying batchIndex, label, traffic.
- [DolphinGpuPassSource](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuPassSource.md): Dolphin gpu pass source.
- [DolphinGpuPassSymbol](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuPassSymbol.md): Dolphin gpu pass symbol.
- [dolphinGpuProfiler](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinGpuProfiler.md): A dolphin gpu profiler record carrying recording, frames.
- [DolphinGpuProfileSourceValid](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuProfileSourceValid.md): Check whether dolphin gpu profile source satisfies its validation rules.
- [DolphinGpuProfileTextValid](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuProfileTextValid.md): Check whether dolphin gpu profile text satisfies its validation rules.
- [dolphinGpuReuse](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinGpuReuse.md): A dolphin gpu reuse record carrying surfaceCache, gatheredIndirect, surfaceWork, probeWork, width.
- [DolphinGpuSampleName](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuSampleName.md): Dolphin gpu sample name.
- [DolphinGpuSampleSource](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuSampleSource.md): Dolphin gpu sample source.
- [DolphinGpuSampleSymbol](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuSampleSymbol.md): Dolphin gpu sample symbol.
- [dolphinGpuScreenQueries](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinGpuScreenQueries.md): A dolphin gpu screen queries record carrying rays, candidates, capacity.
- [dolphinGpuSignalVerifier](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinGpuSignalVerifier.md): A dolphin gpu signal verifier record carrying domain.
- [dolphinGpuSpatialResolver](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinGpuSpatialResolver.md): A dolphin gpu spatial resolver object with the operations listed below.
- [dolphinGpuSurfaceCache](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinGpuSurfaceCache.md): A dolphin gpu surface cache record carrying primitiveCount, geometryGeneration, wallMicros, addressesReady.
- [dolphinGpuTraffic](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinGpuTraffic.md): A dolphin gpu traffic record carrying capabilities, uploadBytes.
- [DolphinGpuTrafficAdd](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuTrafficAdd.md): Dolphin gpu traffic add.
- [DolphinGpuTrafficDelta](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuTrafficDelta.md): Dolphin gpu traffic delta.
- [DolphinGpuTrafficForView](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuTrafficForView.md): Dolphin gpu traffic for view.
- [DolphinGpuTrafficSnapshot](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuTrafficSnapshot.md): Dolphin gpu traffic snapshot.
- [DolphinGpuTrafficText](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuTrafficText.md): Dolphin gpu traffic text.
- [dolphinGpuView](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinGpuView.md): A dolphin gpu view record carrying pixels, geometry, previousGeometry, historyA, historyB, and related state.
- [DolphinGpuViewName](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinGpuViewName.md): Dolphin gpu view name.
- [dolphinGraphCanvas](https://demonhunterlabs.com/reference/text/dolphin.authoring--dolphinGraphCanvas.md): A dolphin graph canvas record carrying placements, zoom.
- [dolphinGraphPlacement](https://demonhunterlabs.com/reference/text/dolphin.authoring--dolphinGraphPlacement.md): A dolphin graph placement object with the operations listed below.
- [DolphinIntersectRayAabb](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinIntersectRayAabb.md): Direction is not silently normalized. Distance is the ray parameter for the supplied direction; callers that require metres provide a unit direction.
- [DolphinLength](https://demonhunterlabs.com/reference/text/dolphin.math--DolphinLength.md): Dolphin length.
- [DolphinLength3](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinLength3.md): Measure the length of a vector given its x, y, and z components.
- [DolphinLightAlbedo](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightAlbedo.md): Dolphin light albedo.
- [DolphinLightBasis](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightBasis.md): Dolphin light basis.
- [DolphinLightBoundsCost](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightBoundsCost.md): Dolphin light bounds cost.
- [DolphinLightBoundsUnion](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightBoundsUnion.md): Dolphin light bounds union.
- [DolphinLightBox](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightBox.md): Dolphin light box.
- [DolphinLightBuildNode](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightBuildNode.md): Dolphin light build node.
- [DolphinLightChannel](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightChannel.md): Dolphin light channel.
- [DolphinLightDirect](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightDirect.md): Dolphin light direct.
- [DolphinLightEmission](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightEmission.md): Dolphin light emission.
- [DolphinLightEnvironment](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightEnvironment.md): Dolphin light environment.
- [DolphinLightExtent](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightExtent.md): Dolphin light extent.
- [dolphinLightFilm](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinLightFilm.md): A dolphin light film record carrying pixels.
- [dolphinLightGroup](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinLightGroup.md): A dolphin light group object with the operations listed below.
- [DolphinLightGroupHit](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightGroupHit.md): Dolphin light group hit.
- [DolphinLightHex](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightHex.md): Dolphin light hex.
- [dolphinLightHit](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinLightHit.md): A dolphin light hit record carrying distance.
- [DolphinLightIntersect](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightIntersect.md): Dolphin light intersect.
- [DolphinLightIntersectAt](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightIntersectAt.md): Dolphin light intersect at.
- [DolphinLightLength](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightLength.md): Dolphin light length.
- [DolphinLightLocalDirect](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightLocalDirect.md): Deterministic reference callers that do not carry a path sample retain their existing API; sampled transport passes its explicit frame/pixel/depth state.
- [DolphinLightLocalDirectSampled](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightLocalDirectSampled.md): Dolphin light local direct sampled.
- [DolphinLightMetaballs](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightMetaballs.md): Centers stay within .35 of each half extent and radii within .235 of the minimum extent. Six blends can expand the union by at most 6*k/4=.30*min. Thus the entire field stays inside .885 of the supplied shape bounds. Its gradient has length <=1, so |field distance| is a safe marching bound.
- [dolphinLightNode](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinLightNode.md): A dolphin light node record carrying minx, maxx, first.
- [DolphinLightNodeHit](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightNodeHit.md): Dolphin light node hit.
- [dolphinLightPixel](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinLightPixel.md): A dolphin light pixel record carrying r, samples.
- [DolphinLightPrepare](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightPrepare.md): Dolphin light prepare.
- [DolphinLightRoughness](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightRoughness.md): Dolphin light roughness.
- [dolphinLightSample](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinLightSample.md): A dolphin light sample record carrying r, shape.
- [DolphinLightSample1D](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightSample1D.md): Dimension-specific radical inverses with a repeatable per-pixel rotation. Integer products stay below 2^31. This is sampling, not a quality bound.
- [DolphinLightShade](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightShade.md): Dolphin light shade.
- [DolphinLightShadeHit](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightShadeHit.md): Consumers that also need visible identity can retain this same primary hit without tracing the camera ray twice. Lighting keeps its original equations.
- [dolphinLightShape](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinLightShape.md): A dolphin light shape record carrying surfaceStyle, affine.
- [DolphinLightShapeSpecular](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightShapeSpecular.md): Dolphin light shape specular.
- [DolphinLightSky](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightSky.md): Dolphin light sky.
- [dolphinLightSplit](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinLightSplit.md): A dolphin light split record carrying valid.
- [DolphinLightSunDirection](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightSunDirection.md): Dolphin light sun direction.
- [DolphinLightSunSpecular](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightSunSpecular.md): Isotropic GGX dielectric reflection with Smith masking and Schlick Fresnel.
- [DolphinLightSurfaceAreaSplit](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightSurfaceAreaSplit.md): Dolphin light surface area split.
- [DolphinLightTorus](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightTorus.md): Exact torus SDF: sphere-trace only its conservative bounding box. The 128-step budget returns an explicit unresolved hit, never invented empty space.
- [DolphinLightTrace](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightTrace.md): Dolphin light trace.
- [DolphinLightTraceIgnoring](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightTraceIgnoring.md): Dolphin light trace ignoring.
- [DolphinLightTransport](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightTransport.md): Dolphin light transport.
- [DolphinLightTransportRaw](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightTransportRaw.md): Dolphin light transport raw.
- [DolphinLightTriangle](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLightTriangle.md): A triangle is an affine image of (-1,-.5,0), (1,-.5,0), (0,.5,0). It shares the existing BVH and inverse-transpose normal path. There is no scene-specific visibility shortcut or heightfield march budget.
- [dolphinLightWorld](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinLightWorld.md): A dolphin light world record carrying shapes, lights, coastalEnvironment, nodes, sunx, and related state.
- [dolphinLocalLight](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinLocalLight.md): A dolphin local light record carrying sourceShape, r.
- [DolphinLocalLightAt](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLocalLightAt.md): Dolphin local light at.
- [DolphinLocalLightVisibility](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLocalLightVisibility.md): Dolphin local light visibility.
- [DolphinLocalShadowSample](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinLocalShadowSample.md): The disk axes need distinct radical-inverse bases. Merely changing the rotation of a shared base leaves fixed-receiver samples on a shifted diagonal. This local-shadow sequence does not alter existing transport dimensions.
- [DolphinMathMaximumMagnitude](https://demonhunterlabs.com/reference/text/dolphin.math--DolphinMathMaximumMagnitude.md): Dolphin math maximum magnitude.
- [DolphinMathScalarValid](https://demonhunterlabs.com/reference/text/dolphin.math--DolphinMathScalarValid.md): Check whether dolphin math scalar satisfies its validation rules.
- [DolphinMetaballParticle](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinMetaballParticle-c6212a64.md): Dolphin metaball particle.
- [dolphinMetaballParticle](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinMetaballParticle-540a8075.md): A dolphin metaball particle record carrying x, r.
- [DolphinMetaballSample](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinMetaballSample-42abd8cb.md): Dolphin metaball sample.
- [dolphinMetaballSample](https://demonhunterlabs.com/reference/text/dolphin.lightlab--dolphinMetaballSample-f9c3f1a1.md): A dolphin metaball sample record carrying distance, r.
- [DolphinObjectAffine](https://demonhunterlabs.com/reference/text/dolphin.authoring--DolphinObjectAffine.md): Dolphin object affine.
- [DolphinObjectChainAffine](https://demonhunterlabs.com/reference/text/dolphin.authoring--DolphinObjectChainAffine.md): Dolphin object chain affine.
- [DolphinObjectFromAffine](https://demonhunterlabs.com/reference/text/dolphin.authoring--DolphinObjectFromAffine.md): Dolphin object from affine.
- [DolphinObjectHasAffine](https://demonhunterlabs.com/reference/text/dolphin.authoring--DolphinObjectHasAffine.md): Dolphin object has affine.
- [DolphinObjectIndex](https://demonhunterlabs.com/reference/text/dolphin.authoring--DolphinObjectIndex.md): Dolphin object index.
- [DolphinObjectLocal](https://demonhunterlabs.com/reference/text/dolphin.authoring--DolphinObjectLocal.md): Dolphin object local.
- [DolphinObjectName](https://demonhunterlabs.com/reference/text/dolphin.authoring--DolphinObjectName.md): Dolphin object name.
- [dolphinOrthoCamera](https://demonhunterlabs.com/reference/text/dolphin.projection3d--dolphinOrthoCamera.md): A dolphin ortho camera record carrying valid, focus, cyaw, syaw, cpitch, and related state.
- [dolphinPlayerBody](https://demonhunterlabs.com/reference/text/dolphin.player3d--dolphinPlayerBody.md): A bounded kinematic player body with walking, gravity, sliding, jump edges, and an eye rig. Static AABBs provide collision; arbitrary mesh collision is outside this prototype.
- [DolphinPostProcess](https://demonhunterlabs.com/reference/text/dolphin.lightlab--DolphinPostProcess.md): Dolphin post process.
- [dolphinProjection](https://demonhunterlabs.com/reference/text/dolphin.projection3d--dolphinProjection.md): A dolphin projection record carrying valid, x, y, depth.
- [DolphinProjectOrthographic](https://demonhunterlabs.com/reference/text/dolphin.projection3d--DolphinProjectOrthographic.md): Project a 3D point into a 2D view using camera angles, scale, and screen center. Check the result's valid flag.
- [dolphinRayAabbHit](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--dolphinRayAabbHit.md): A dolphin ray aabb hit record carrying hit, distance.
- [DolphinSceneAscii](https://demonhunterlabs.com/reference/text/dolphin.authoring--DolphinSceneAscii.md): Dolphin scene ascii.
- [dolphinSceneDocument](https://demonhunterlabs.com/reference/text/dolphin.authoring--dolphinSceneDocument.md): A dolphin scene document record carrying objects, identity, maxBounces.
- [dolphinSceneObject](https://demonhunterlabs.com/reference/text/dolphin.authoring--dolphinSceneObject.md): A dolphin scene object record carrying id, x, material, a.
- [dolphinSceneParser](https://demonhunterlabs.com/reference/text/dolphin.authoring--dolphinSceneParser.md): A dolphin scene parser object with the operations listed below.
- [DolphinSin](https://demonhunterlabs.com/reference/text/dolphin.math--DolphinSin.md): Compact deterministic gameplay approximation; existing semantics retained.
- [DolphinSinAccurate](https://demonhunterlabs.com/reference/text/dolphin.math--DolphinSinAccurate.md): Higher-accuracy optical/geometry path. Range reduction has the same admitted angle envelope; folding to +/- pi/2 bounds the degree-13 Taylor polynomial.
- [DolphinSpatial3DMaximumMagnitude](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinSpatial3DMaximumMagnitude.md): Dolphin spatial3 dmaximum magnitude.
- [DolphinSpatial3DScalarValid](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinSpatial3DScalarValid.md): Check whether dolphin spatial3 dscalar satisfies its validation rules.
- [DolphinSurface](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinSurface-5f425bdb.md): Create a surface from linear RGB color, roughness, metallic response, and emission. The helper clamps these properties to its supported ranges.
- [dolphinSurface](https://demonhunterlabs.com/reference/text/dolphin.materials--dolphinSurface-4b21f9bb.md): The material values produced when a surface function samples a position: color, roughness, metallic response, and emission.
- [DolphinSurfaceGgx](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinSurfaceGgx.md): Same GGX/Smith/Schlick direct-light lobe used by Dolphin Lightlab. The result already includes N dot L; callers supply incoming radiance separately.
- [DolphinSurfaceHex](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinSurfaceHex.md): Dolphin surface hex.
- [DolphinSurfaceLight](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinSurfaceLight.md): Dolphin surface light.
- [DolphinSurfaceMix](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinSurfaceMix.md): Blend two linear RGB colors by a scalar amount.
- [DolphinSurfacePreview](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinSurfacePreview.md): Evaluate a surface function with Dolphin's CPU reference renderer and return encoded BGRA pixels for a small material preview.
- [DolphinSurfaceWave](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinSurfaceWave.md): Turn a position and frequency into a repeating wave that can drive stripes or another material property.
- [DolphinTau](https://demonhunterlabs.com/reference/text/dolphin.math--DolphinTau.md): Dolphin tau.
- [DolphinTerraWeaveMaterialHeightV1](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinTerraWeaveMaterialHeightV1.md): Dolphin terra weave material height v1.
- [DolphinTerraWeaveMaterialRgba8V1](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinTerraWeaveMaterialRgba8V1.md): Original 4x4 RGBA8 neutral weave. Light stone bands and darker joins retain each application's tint while breaking up flat, painted-looking surfaces.
- [DolphinTerraWeaveMaterialWidthV1](https://demonhunterlabs.com/reference/text/dolphin.materials--DolphinTerraWeaveMaterialWidthV1.md): Dolphin terra weave material width v1.
- [DolphinTrigMaximumAngleMagnitude](https://demonhunterlabs.com/reference/text/dolphin.math--DolphinTrigMaximumAngleMagnitude.md): Dolphin trig maximum angle magnitude.
- [DolphinVec3Valid](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--DolphinVec3Valid.md): Check that a 3D vector contains finite values within Dolphin's admitted coordinate bounds.
- [DolphinWrapRadians](https://demonhunterlabs.com/reference/text/dolphin.math--DolphinWrapRadians.md): Constant-time binary32 range reduction. Nearest-binary32 tau and the admitted 4096-radian envelope bound reduction error below 0.0005 radians.
- [DotIntBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--DotIntBuffers.md): Dot int buffers.
- [DotInts](https://demonhunterlabs.com/reference/text/compute.kernels--DotInts.md): Dot ints.
- [DrawCachedGlyphAlphaA8](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawCachedGlyphAlphaA8.md): Draw cached glyph alpha a8.
- [DrawCachedImageBgra8Region](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawCachedImageBgra8Region.md): Draw cached image bgra8 region.
- [DrawGlyphAlphaA8](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawGlyphAlphaA8.md): Draw glyph alpha a8.
- [DrawGraphics3DIndexed](https://demonhunterlabs.com/reference/text/graphics.render3d--DrawGraphics3DIndexed.md): Draw graphics3 dindexed.
- [DrawGraphics3DSunShadowIndexedV1](https://demonhunterlabs.com/reference/text/graphics.render3d--DrawGraphics3DSunShadowIndexedV1.md): Draw graphics3 dsun shadow indexed v1.
- [DrawImageBgra8](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawImageBgra8.md): Draw image bgra8.
- [DrawImageBgra8Region](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawImageBgra8Region.md): Draw image bgra8 region.
- [DrawImageBgra8RegionFiltered](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawImageBgra8RegionFiltered.md): Provider-selected sampling is an explicit fast path. Callers retain the deterministic prepared-image path whenever the current provider does not advertise the requested execution mode.
- [DrawLineRgba](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawLineRgba.md): A solid stroke between two points with the given whole-pixel thickness.
- [DrawPixelsBgra8](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawPixelsBgra8.md): Draws one bounded BGRA8 snapshot from a compute-compatible int buffer. Each value carries one packed 32-bit pixel; source dimensions are 1..2048, destination dimensions are positive logical coordinates, and the buffer count must exactly equal sourceWidth*sourceHeight. This first bridge copies into the active Canvas provider for the draw; it is deliberately not a shared GPU-resource or zero-copy contract.
- [DrawPreparedYuiLinearImageTilesV1](https://demonhunterlabs.com/reference/text/frontend.yui--DrawPreparedYuiLinearImageTilesV1.md): Transactional native admission for a fully planned tile set. Exact cache queries never bind or draw. Every missing payload and the complete capacity requirement are validated before the first upload; a late upload failure removes every tile inserted by this call before any drawing begins.
- [DrawRect](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawRect.md): Draw rect.
- [DrawRectGradientHRgba](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawRectGradientHRgba.md): Draw rect gradient hrgba.
- [DrawRectGradientVRgba](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawRectGradientVRgba.md): Linear gradients interpolate between a start and end authored color across the rectangle: V runs top to bottom, H runs left to right.
- [DrawRectRgba](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawRectRgba.md): Draw rect rgba.
- [DrawRoundedRect](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawRoundedRect.md): Draw rounded rect.
- [DrawRoundedRectRgba](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawRoundedRectRgba.md): Draw rounded rect rgba.
- [DrawText](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawText.md): Draw text.
- [DrawTextRgba](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawTextRgba.md): Draw text rgba.
- [DrawTextScaled](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawTextScaled.md): Draw text scaled.
- [DrawTextStyled](https://demonhunterlabs.com/reference/text/graphics.canvas--DrawTextStyled.md): Draw text styled.
- [DrawYuiGraphCard](https://demonhunterlabs.com/reference/text/frontend.yui--DrawYuiGraphCard.md): Draw yui graph card.
- [DrawYuiGraphPort](https://demonhunterlabs.com/reference/text/frontend.yui--DrawYuiGraphPort.md): Draw yui graph port.
- [DrawYuiGraphWire](https://demonhunterlabs.com/reference/text/frontend.yui--DrawYuiGraphWire.md): Draw yui graph wire.
- [DrawYuiLinearImageTilesV1](https://demonhunterlabs.com/reference/text/frontend.yui--DrawYuiLinearImageTilesV1.md): Plans every tile before any native operation. Exact cache hits retain their payload-free plans; all misses are completely lowered before transactional native admission, so mixed hit/miss execution cannot partially paint.
- [DrawYuiLinearNineSliceV1](https://demonhunterlabs.com/reference/text/frontend.yui--DrawYuiLinearNineSliceV1.md): Draw yui linear nine slice v1.
- [DrawYuiPresentedLinearImageRegionV1](https://demonhunterlabs.com/reference/text/frontend.yui--DrawYuiPresentedLinearImageRegionV1.md): Production cache-first entry point for the legacy native-nearest bridge. Exact tint, opacity, destination composition, and filtering are already baked into the prepared opaque texels, so the native draw remains white and fully opaque and cannot accidentally blend the result a second time.
- [durationMs](https://demonhunterlabs.com/reference/text/time--durationMs.md): A duration ms record carrying value.
- [DynamicTensorDimension](https://demonhunterlabs.com/reference/text/compute.tensor--DynamicTensorDimension.md): Dynamic tensor dimension.
- [else](https://demonhunterlabs.com/reference/text/word--else.md): Provide the next or fallback branch
- [emit](https://demonhunterlabs.com/reference/text/word--emit.md): Deferred syntax; call a function or send through a tunnel
- [EncodeGraphicsImageLinearPremultipliedToSrgb8V1](https://demonhunterlabs.com/reference/text/graphics.image.processing--EncodeGraphicsImageLinearPremultipliedToSrgb8V1.md): Encode graphics image linear premultiplied to srgb8 v1.
- [EncodeGraphicsImageLinearPremultipliedWithOutputV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--EncodeGraphicsImageLinearPremultipliedWithOutputV1.md): Encode graphics image linear premultiplied with output v1.
- [end](https://demonhunterlabs.com/reference/text/word--end.md): Exit the nearest loop
- [EndGraphics3DSunShadowPassV1](https://demonhunterlabs.com/reference/text/graphics.render3d--EndGraphics3DSunShadowPassV1.md): End graphics3 dsun shadow pass v1.
- [endLoops](https://demonhunterlabs.com/reference/text/word--endLoops.md): Unavailable broad loop escape
- [EnergyIntBuffer](https://demonhunterlabs.com/reference/text/compute.kernels--EnergyIntBuffer.md): Energy int buffer.
- [EnergyInts](https://demonhunterlabs.com/reference/text/compute.kernels--EnergyInts.md): Energy ints.
- [ensures](https://demonhunterlabs.com/reference/text/word--ensures.md): Declare a postcondition
- [EnsureSimdTargetFamilyIsAdmitted](https://demonhunterlabs.com/reference/text/compute.simd--EnsureSimdTargetFamilyIsAdmitted.md): Ensure simd target family is admitted.
- [EnsureTensorAxisOrder](https://demonhunterlabs.com/reference/text/compute.tensor--EnsureTensorAxisOrder.md): Ensure tensor axis order.
- [EnsureTensorCount](https://demonhunterlabs.com/reference/text/compute.tensor--EnsureTensorCount.md): Ensure tensor count.
- [EnsureTensorDimensions](https://demonhunterlabs.com/reference/text/compute.tensor--EnsureTensorDimensions.md): Ensure tensor dimensions.
- [EnsureTensorSlice](https://demonhunterlabs.com/reference/text/compute.tensor--EnsureTensorSlice.md): Ensure tensor slice.
- [EnsureTensorStrides](https://demonhunterlabs.com/reference/text/compute.tensor--EnsureTensorStrides.md): Ensure tensor strides.
- [EnsureTensorViewFits](https://demonhunterlabs.com/reference/text/compute.tensor--EnsureTensorViewFits.md): Ensure tensor view fits.
- [enum](https://demonhunterlabs.com/reference/text/word--enum.md): Declare named cases
- [Enums, payloads, and match](https://demonhunterlabs.com/reference/text/language--enums-match.md): enum names a closed set of cases. Payload cases can carry one typed value, and match selects a branch with an optional binding.
- [Environment.Get](https://demonhunterlabs.com/reference/text/runtime--Environment.Get.md): Get through the Environment runtime.
- [Environment.Set](https://demonhunterlabs.com/reference/text/runtime--Environment.Set.md): Set through the Environment runtime.
- [error](https://demonhunterlabs.com/reference/text/type--error-ca00fc.md): A typed failure with a machine-readable type and a human-readable message.
- [error](https://demonhunterlabs.com/reference/text/word--error.md): error in a complete program.
- [Error](https://demonhunterlabs.com/reference/text/runtime--Error.md): Create an error value with a type and message so a failure can be inspected or reported.
- [EvaluateFloatNumericalComparison](https://demonhunterlabs.com/reference/text/compute.parity--EvaluateFloatNumericalComparison.md): Evaluate float numerical comparison.
- [EvaluateIntNumericalComparison](https://demonhunterlabs.com/reference/text/compute.parity--EvaluateIntNumericalComparison.md): Evaluate int numerical comparison.
- [event](https://demonhunterlabs.com/reference/text/word--event.md): Deferred syntax; use functions, tasks, and tunnels
- [ExactNumericalPolicy](https://demonhunterlabs.com/reference/text/compute.parity--ExactNumericalPolicy.md): Exact numerical policy.
- [Example · A checker material](https://demonhunterlabs.com/reference/text/recipe--shader-checker.md): Turn a continuous position into alternating cells.
- [Example · A sky-colored gradient](https://demonhunterlabs.com/reference/text/recipe--shader-gradient.md): Map height into a smooth color blend.
- [Example · A soft neon seam](https://demonhunterlabs.com/reference/text/recipe--shader-glow.md): Shape a mask and use it for color and emission.
- [Example · Connect two compute passes](https://demonhunterlabs.com/reference/text/recipe--compute-chain.md): Make a dependency between dispatches explicit.
- [Example · Move a row of particles](https://demonhunterlabs.com/reference/text/recipe--compute-particles.md): Update independent positions using float buffers and elapsed time.
- [Example · Paint an image with compute](https://demonhunterlabs.com/reference/text/recipe--compute-image.md): Map a one-dimensional buffer index to a two-dimensional pixel.
- [Example · Ripples around a point](https://demonhunterlabs.com/reference/text/recipe--shader-rings.md): Feed distance into a wave to make rings.
- [Example · Smooth a noisy row](https://demonhunterlabs.com/reference/text/recipe--compute-filter.md): Read neighbors safely using separate input and output buffers.
- [ExecuteGraphModel](https://demonhunterlabs.com/reference/text/compute.graph--ExecuteGraphModel.md): Execute graph model.
- [ExecuteGraphPlan](https://demonhunterlabs.com/reference/text/compute.graph--ExecuteGraphPlan.md): Execute graph plan.
- [ExecuteYuiCanvasDisplayList](https://demonhunterlabs.com/reference/text/frontend.yui--ExecuteYuiCanvasDisplayList.md): Execute yui canvas display list.
- [ExecuteYuiHeadlessRenderer](https://demonhunterlabs.com/reference/text/ui--ExecuteYuiHeadlessRenderer.md): Execute yui headless renderer.
- [ExecuteYuiHeadlessRendererStructureOnly](https://demonhunterlabs.com/reference/text/ui--ExecuteYuiHeadlessRendererStructureOnly.md): Execute yui headless renderer structure only.
- [ExecuteYuiPersistentCanvasFlatViewportFrameV1](https://demonhunterlabs.com/reference/text/frontend.yui--ExecuteYuiPersistentCanvasFlatViewportFrameV1.md): A pragmatic retained path for product display lists that already use one logical viewport. Full/resize/structural frames rebuild the copy-backed surface once. Pointer, meter, playhead, and other local changes restore that surface, clear only explicit damage, and replay only intersecting commands. No browser, offscreen DOM, or per-frame display-list clone participates.
- [ExecuteYuiPersistentCanvasFrameV1](https://demonhunterlabs.com/reference/text/frontend.yui--ExecuteYuiPersistentCanvasFrameV1.md): Execute yui persistent canvas frame v1.
- [ExecuteYuiPersistentCanvasRetainedPlanV1](https://demonhunterlabs.com/reference/text/frontend.yui--ExecuteYuiPersistentCanvasRetainedPlanV1.md): Execute the planner payload against the currently selected persistent target. The display-list argument is the current immutable registry snapshot; its command list is intentionally ignored. Only plan.replayCommands can become native draws. A native-idle plan returns before registry copying, registry validation, persistent-surface inspection, drawing, or presenting.
- [ExecuteYuiPersistentCanvasStoredReplayV1](https://demonhunterlabs.com/reference/text/frontend.yui--ExecuteYuiPersistentCanvasStoredReplayV1.md): Direct native replay from the per-surface immutable store. The legacy display-list entry points remain available for non-store callers.
- [ExecuteYuiPersistentCanvasStoredRetainedPlanV1](https://demonhunterlabs.com/reference/text/frontend.yui--ExecuteYuiPersistentCanvasStoredRetainedPlanV1.md): Execute the renderer-neutral retained plan directly from the per-surface retained store. Invalid and native-idle plans return before either replay or frame payload construction, resource lookup, or native surface inspection.
- [ExecuteYuiRendererModel](https://demonhunterlabs.com/reference/text/ui--ExecuteYuiRendererModel.md): Execute yui renderer model.
- [ExecuteYuiRendererModelStructureOnly](https://demonhunterlabs.com/reference/text/ui--ExecuteYuiRendererModelStructureOnly.md): Exact structure parity without materializing the human-readable, potentially large textual snapshot. The execution retains the field-complete display structure and StructureEquivalent compares it without formatting.
- [executionEvent](https://demonhunterlabs.com/reference/text/compute.profiling--executionEvent.md): A execution event record carrying label, stage, backend, subject, timing, and related state.
- [ExpandTensorBuffer](https://demonhunterlabs.com/reference/text/compute.tensor--ExpandTensorBuffer.md): Expand tensor buffer.
- [Explain a failure kindly](https://demonhunterlabs.com/reference/text/recipe--failures.md): Separate a machine-readable error from a helpful message.
- [export](https://demonhunterlabs.com/reference/text/word--export.md): Removed spelling; use external
- [extends](https://demonhunterlabs.com/reference/text/word--extends.md): Name a base class
- [extension](https://demonhunterlabs.com/reference/text/word--extension.md): Bind an extension receiver parameter
- [Extension functions](https://demonhunterlabs.com/reference/text/language--extension-functions.md): Mark the first parameter extension to let an ordinary function use readable value.Method(...) call syntax.
- [extern](https://demonhunterlabs.com/reference/text/word--extern.md): Declare a native C boundary
- [external](https://demonhunterlabs.com/reference/text/word--external.md): Expose a package declaration
- [fakeAudioInputCapture](https://demonhunterlabs.com/reference/text/audio--fakeAudioInputCapture.md): A fake audio input capture record carrying state, frames, capacityFrames, sampleRate, peakPermille, and related state.
- [fakeAudioOutputStream](https://demonhunterlabs.com/reference/text/audio--fakeAudioOutputStream.md): A fake audio output stream record carrying state, sampleRate, channels, quantumFrames, renderedQuanta, and related state.
- [fakeComputeDevice](https://demonhunterlabs.com/reference/text/compute.device--fakeComputeDevice.md): A fake compute device record carrying identity, memoryLimitBytes, currentTick, nextResourceNumber, nextSubmissionNumber, and related state.
- [false](https://demonhunterlabs.com/reference/text/word--false.md): Boolean false literal
- [Fields, properties, and visibility](https://demonhunterlabs.com/reference/text/language--fields-properties-visibility.md): Members can be public, internal, protected, or private, with static, readonly, init, and get/set/init property shapes.
- [File.Choose](https://demonhunterlabs.com/reference/text/runtime--File.Choose.md): Choose through the File runtime.
- [File.Exists](https://demonhunterlabs.com/reference/text/runtime--File.Exists.md): Check whether the supplied file path exists.
- [File.ReadBytes](https://demonhunterlabs.com/reference/text/runtime--File.ReadBytes.md): Read file bytes with an explicit maximum byte count.
- [File.ReadText](https://demonhunterlabs.com/reference/text/runtime--File.ReadText.md): Read a text file through the host file runtime.
- [File.TryAppendBytes](https://demonhunterlabs.com/reference/text/runtime--File.TryAppendBytes.md): Try append bytes through the File runtime.
- [File.TryCopy](https://demonhunterlabs.com/reference/text/runtime--File.TryCopy.md): Try copy through the File runtime.
- [File.TryDelete](https://demonhunterlabs.com/reference/text/runtime--File.TryDelete.md): Try delete through the File runtime.
- [File.TryReadBytes](https://demonhunterlabs.com/reference/text/runtime--File.TryReadBytes.md): Try read bytes through the File runtime.
- [File.TryReplace](https://demonhunterlabs.com/reference/text/runtime--File.TryReplace.md): Try replace through the File runtime.
- [File.TrySync](https://demonhunterlabs.com/reference/text/runtime--File.TrySync.md): Try sync through the File runtime.
- [File.TryWriteBytes](https://demonhunterlabs.com/reference/text/runtime--File.TryWriteBytes.md): Try write bytes through the File runtime.
- [File.TryWriteText](https://demonhunterlabs.com/reference/text/runtime--File.TryWriteText.md): Try write text through the File runtime.
- [File.WriteBytes](https://demonhunterlabs.com/reference/text/runtime--File.WriteBytes.md): Write bytes through the File runtime.
- [File.WriteText](https://demonhunterlabs.com/reference/text/runtime--File.WriteText.md): Write text to the supplied file path through the host file runtime.
- [final](https://demonhunterlabs.com/reference/text/word--final.md): Close further inheritance or override
- [Find things by name](https://demonhunterlabs.com/reference/text/recipe--lookup.md): Choose between a list, a map, and a set.
- [Flags enums](https://demonhunterlabs.com/reference/text/language--flags-enums.md): A [flags] enum represents combinable named bits. Test membership with .Has rather than treating a combination as one match case.
- [float](https://demonhunterlabs.com/reference/text/type--float-76a7e2.md): A signed floating-point number in the binary floats family. The spelling selects its storage width; use only values representable by that type.
- [float128](https://demonhunterlabs.com/reference/text/type--float128-ca1e27.md): A signed floating-point number in the binary floats family. The spelling selects its storage width; use only values representable by that type.
- [float16](https://demonhunterlabs.com/reference/text/type--float16-4e5e7c.md): A signed floating-point number in the binary floats family. The spelling selects its storage width; use only values representable by that type.
- [float32](https://demonhunterlabs.com/reference/text/type--float32-6a937d.md): A signed floating-point number in the binary floats family. The spelling selects its storage width; use only values representable by that type.
- [float64](https://demonhunterlabs.com/reference/text/type--float64-6bd2a6.md): A signed floating-point number in the binary floats family. The spelling selects its storage width; use only values representable by that type.
- [float8](https://demonhunterlabs.com/reference/text/type--float8-d45214.md): A signed floating-point number in the binary floats family. The spelling selects its storage width; use only values representable by that type.
- [floatParitySummary](https://demonhunterlabs.com/reference/text/compute.parity--floatParitySummary.md): A float parity summary record carrying label, cpuPath, optimizedPath, expectedCount, actualCount, and related state.
- [floatParityWorkflow](https://demonhunterlabs.com/reference/text/compute.parity--floatParityWorkflow.md): A float parity workflow record carrying label, cpuPath, optimizedPath, summary, report, and related state.
- [floatTensorBuffer](https://demonhunterlabs.com/reference/text/compute.tensor--floatTensorBuffer.md): A float tensor buffer record carrying label, shape, view, values.
- [FloatTensorFromValues](https://demonhunterlabs.com/reference/text/compute.tensor--FloatTensorFromValues.md): Float tensor from values.
- [floatTrace](https://demonhunterlabs.com/reference/text/compute.profiling--floatTrace.md): A float trace record carrying label, origin, values, note.
- [FocusUiSurface](https://demonhunterlabs.com/reference/text/ui--FocusUiSurface.md): Focus ui surface.
- [FocusWindow](https://demonhunterlabs.com/reference/text/window--FocusWindow.md): Focus window.
- [FocusYuiMount](https://demonhunterlabs.com/reference/text/frontend.yui--FocusYuiMount.md): Focus yui mount.
- [for](https://demonhunterlabs.com/reference/text/word--for.md): Iterate a range or collection
- [Format, lint, test, inspect, and package](https://demonhunterlabs.com/reference/text/language--workspace-commands.md): The Yeho wrapper keeps common engineering actions under one predictable command surface.
- [FpsWarsSimulationAxisCommandValid](https://demonhunterlabs.com/reference/text/dolphin.fpswarsPolicy--FpsWarsSimulationAxisCommandValid.md): Check whether fps wars simulation axis command satisfies its validation rules.
- [FpsWarsSimulationBurstReady](https://demonhunterlabs.com/reference/text/dolphin.fpswarsPolicy--FpsWarsSimulationBurstReady.md): Fps wars simulation burst ready.
- [FpsWarsSimulationHealthAfterDamage](https://demonhunterlabs.com/reference/text/dolphin.fpswarsPolicy--FpsWarsSimulationHealthAfterDamage.md): Fps wars simulation health after damage.
- [FpsWarsSimulationRequestGenerationValid](https://demonhunterlabs.com/reference/text/dolphin.fpswarsPolicy--FpsWarsSimulationRequestGenerationValid.md): Check whether fps wars simulation request generation satisfies its validation rules.
- [FpsWarsSimulationScoreUnlocked](https://demonhunterlabs.com/reference/text/dolphin.fpswarsPolicy--FpsWarsSimulationScoreUnlocked.md): Fps wars simulation score unlocked.
- [FpsWarsSimulationVisibleTicks](https://demonhunterlabs.com/reference/text/dolphin.fpswarsPolicy--FpsWarsSimulationVisibleTicks.md): Fps wars simulation visible ticks.
- [FrameMicroseconds](https://demonhunterlabs.com/reference/text/time--FrameMicroseconds.md): Frame microseconds.
- [FrameMilliseconds](https://demonhunterlabs.com/reference/text/time--FrameMilliseconds.md): Frame milliseconds.
- [FrameOverBudget](https://demonhunterlabs.com/reference/text/time--FrameOverBudget.md): Frame over budget.
- [Frames](https://demonhunterlabs.com/reference/text/time--Frames.md): Frames.
- [from](https://demonhunterlabs.com/reference/text/word--from.md): Start a numeric range
- [function](https://demonhunterlabs.com/reference/text/word--function.md): Describe an oracle-only function value or lambda
- [Function declarations and returns](https://demonhunterlabs.com/reference/text/language--functions.md): A function starts with its name, not a function keyword. Parameters are typed, -> names the return type, and a missing return type means void.
- [function of A to B (oracle only)](https://demonhunterlabs.com/reference/text/type--function-of-A-to-B-oracle-only-cc5459.md): A callable value accepting A and returning B. Check the selected backend admission before using it.
- [Function values, lambdas, and local functions](https://demonhunterlabs.com/reference/text/language--function-values.md): Yeho has reserved syntax for typed function values and function(...) lambdas, but the feature is not in the Kyber product path.
- [GatherInts](https://demonhunterlabs.com/reference/text/compute.kernels--GatherInts.md): Gather ints.
- [get](https://demonhunterlabs.com/reference/text/word--get.md): Allow property reading
- [Give a number a name](https://demonhunterlabs.com/reference/text/recipe--values.md): Store and change a score.
- [Give a point three coordinates](https://demonhunterlabs.com/reference/text/recipe--space.md): Read X, Y, and Z without needing a giant maths lesson.
- [GlyphAlphaCacheDecodeCount](https://demonhunterlabs.com/reference/text/graphics.canvas--GlyphAlphaCacheDecodeCount.md): Glyph alpha cache decode count.
- [GlyphAlphaCacheEntryCount](https://demonhunterlabs.com/reference/text/graphics.canvas--GlyphAlphaCacheEntryCount.md): Glyph alpha cache entry count.
- [GlyphAlphaCacheHitCount](https://demonhunterlabs.com/reference/text/graphics.canvas--GlyphAlphaCacheHitCount.md): Glyph alpha cache hit count.
- [GlyphAlphaCacheLiveTextureCount](https://demonhunterlabs.com/reference/text/graphics.canvas--GlyphAlphaCacheLiveTextureCount.md): Glyph alpha cache live texture count.
- [gpu](https://demonhunterlabs.com/reference/text/tag--gpu.md): Require an accelerator for a compute function with [gpu]. The Mac examples use native Metal and fail rather than silently selecting CPU execution.
- [graphAutodiffTape](https://demonhunterlabs.com/reference/text/compute.graph--graphAutodiffTape.md): A graph autodiff tape record carrying key, retainedActivations, retainedGradients, activationBindings, gradientBindings, and related state.
- [GraphAutodiffTapeSummary](https://demonhunterlabs.com/reference/text/compute.graph--GraphAutodiffTapeSummary.md): Graph autodiff tape summary.
- [graphBackwardPlan](https://demonhunterlabs.com/reference/text/compute.graph--graphBackwardPlan.md): A graph backward plan record carrying name, tape, forwardOrder, backwardOrder, ownerships, and related state.
- [GraphBackwardPlanSummary](https://demonhunterlabs.com/reference/text/compute.graph--GraphBackwardPlanSummary.md): Graph backward plan summary.
- [graphBackwardStep](https://demonhunterlabs.com/reference/text/compute.graph--graphBackwardStep.md): A graph backward step record carrying nodeName, activation, gradient, device, synchronized, and related state.
- [graphCachePolicy](https://demonhunterlabs.com/reference/text/compute.graph--graphCachePolicy.md): A graph cache policy record carrying key, scope, shareAcrossNodes, shareAcrossFallback, note.
- [graphCheckpointPolicy](https://demonhunterlabs.com/reference/text/compute.graph--graphCheckpointPolicy.md): A graph checkpoint policy record carrying key, format, location, includeModelState, includeOptimizerState, and related state.
- [graphEdge](https://demonhunterlabs.com/reference/text/compute.graph--graphEdge.md): A graph edge record carrying fromNode, toNode, dataKind, cacheBoundary, note.
- [graphExecutionPlan](https://demonhunterlabs.com/reference/text/compute.graph--graphExecutionPlan.md): A graph execution plan record carrying name, model, cachePolicy, fallbackPolicy, schedulerRule, and related state.
- [graphExecutionResult](https://demonhunterlabs.com/reference/text/compute.graph--graphExecutionResult.md): A graph execution result record carrying name, plan, steps, outputs, note.
- [graphExecutionStep](https://demonhunterlabs.com/reference/text/compute.graph--graphExecutionStep.md): A graph execution step record carrying nodeName, operatorKind, requestedPath, resolvedPath, cacheHit, and related state.
- [GraphExecutionSummary](https://demonhunterlabs.com/reference/text/compute.graph--GraphExecutionSummary.md): Graph execution summary.
- [graphFallbackPolicy](https://demonhunterlabs.com/reference/text/compute.graph--graphFallbackPolicy.md): A graph fallback policy record carrying primaryPath, fallbackPath, reason, exactShapeRequired, cacheInvalidatedOnFallback, and related state.
- [graphGradientOwnership](https://demonhunterlabs.com/reference/text/compute.graph--graphGradientOwnership.md): A graph gradient ownership record carrying nodeName, activationOwner, gradientOwner, device, accumulationSteps, and related state.
- [graphGradientSpec](https://demonhunterlabs.com/reference/text/compute.graph--graphGradientSpec.md): A graph gradient spec record carrying name, lossKind, targetKind, accumulationSteps, hasTape, and related state.
- [Graphics3D.BeginFrame](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.BeginFrame.md): Begin frame through the Graphics3D runtime.
- [Graphics3D.BeginSunShadowPassV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.BeginSunShadowPassV1.md): Begin sun shadow pass v1 through the Graphics3D runtime.
- [Graphics3D.ClearSunShadowV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.ClearSunShadowV1.md): Clear sun shadow v1 through the Graphics3D runtime.
- [Graphics3D.ClearTextureMaterialV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.ClearTextureMaterialV1.md): Clear texture material v1 through the Graphics3D runtime.
- [Graphics3D.CreateIndexedMeshP3N3F32U16](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.CreateIndexedMeshP3N3F32U16.md): Create indexed mesh p3 n3 f32 u16 through the Graphics3D runtime.
- [Graphics3D.CreateIndexedMeshP3N3T2F32U16](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.CreateIndexedMeshP3N3T2F32U16.md): Create indexed mesh p3 n3 t2 f32 u16 through the Graphics3D runtime.
- [Graphics3D.CreateLitColorProgramV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.CreateLitColorProgramV1.md): Create lit color program v1 through the Graphics3D runtime.
- [Graphics3D.CreateSunShadowV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.CreateSunShadowV1.md): Create sun shadow v1 through the Graphics3D runtime.
- [Graphics3D.CreateTextureRgba8V1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.CreateTextureRgba8V1.md): Create texture rgba8 v1 through the Graphics3D runtime.
- [Graphics3D.DestroyMesh](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.DestroyMesh.md): Destroy mesh through the Graphics3D runtime.
- [Graphics3D.DestroyProgram](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.DestroyProgram.md): Destroy program through the Graphics3D runtime.
- [Graphics3D.DestroySunShadowV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.DestroySunShadowV1.md): Destroy sun shadow v1 through the Graphics3D runtime.
- [Graphics3D.DestroyTexture](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.DestroyTexture.md): Destroy texture through the Graphics3D runtime.
- [Graphics3D.DrawIndexed](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.DrawIndexed.md): Draw indexed through the Graphics3D runtime.
- [Graphics3D.DrawSunShadowIndexedV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.DrawSunShadowIndexedV1.md): Draw sun shadow indexed v1 through the Graphics3D runtime.
- [Graphics3D.DriverDiagnosticV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.DriverDiagnosticV1.md): Driver diagnostic v1 through the Graphics3D runtime.
- [Graphics3D.EndSunShadowPassV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.EndSunShadowPassV1.md): End sun shadow pass v1 through the Graphics3D runtime.
- [Graphics3D.Initialize](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.Initialize.md): Initialize through the Graphics3D runtime.
- [Graphics3D.Present](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.Present.md): Present through the Graphics3D runtime.
- [Graphics3D.ReadPixelRgb8](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.ReadPixelRgb8.md): Read pixel rgb8 through the Graphics3D runtime.
- [Graphics3D.ResetSunHemisphereLightingV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.ResetSunHemisphereLightingV1.md): Reset sun hemisphere lighting v1 through the Graphics3D runtime.
- [Graphics3D.SetAlphaTestedTextureMaterialV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.SetAlphaTestedTextureMaterialV1.md): Set alpha tested texture material v1 through the Graphics3D runtime.
- [Graphics3D.SetBaseColor](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.SetBaseColor.md): Set base color through the Graphics3D runtime.
- [Graphics3D.SetGroundFillV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.SetGroundFillV1.md): Set ground fill v1 through the Graphics3D runtime.
- [Graphics3D.SetLightDirection](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.SetLightDirection.md): Set light direction through the Graphics3D runtime.
- [Graphics3D.SetMatrixElement](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.SetMatrixElement.md): Set matrix element through the Graphics3D runtime.
- [Graphics3D.SetSkyFillV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.SetSkyFillV1.md): Set sky fill v1 through the Graphics3D runtime.
- [Graphics3D.SetSunLightV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.SetSunLightV1.md): Set sun light v1 through the Graphics3D runtime.
- [Graphics3D.SetSunShadowMatrixElementV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.SetSunShadowMatrixElementV1.md): Set sun shadow matrix element v1 through the Graphics3D runtime.
- [Graphics3D.SetTextureMaterialV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.SetTextureMaterialV1.md): Set texture material v1 through the Graphics3D runtime.
- [Graphics3D.Shutdown](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.Shutdown.md): Shutdown through the Graphics3D runtime.
- [Graphics3D.ValueV1](https://demonhunterlabs.com/reference/text/runtime--Graphics3D.ValueV1.md): Value v1 through the Graphics3D runtime.
- [Graphics3DAlphaTestedTextureMaterialAvailableV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DAlphaTestedTextureMaterialAvailableV1.md): Graphics3 dalpha tested texture material available v1.
- [Graphics3DCapabilityFlagsV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DCapabilityFlagsV1.md): Graphics3 dcapability flags v1.
- [Graphics3DContractV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DContractV1.md): Graphics3 dcontract v1.
- [Graphics3DDiagnosticV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DDiagnosticV1.md): Graphics3 ddiagnostic v1.
- [Graphics3DDrawCountV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DDrawCountV1.md): Graphics3 ddraw count v1.
- [Graphics3DDriverDiagnosticV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DDriverDiagnosticV1.md): Graphics3 ddriver diagnostic v1.
- [Graphics3DLiveMeshCountV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DLiveMeshCountV1.md): Graphics3 dlive mesh count v1.
- [Graphics3DLiveProgramCountV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DLiveProgramCountV1.md): Graphics3 dlive program count v1.
- [Graphics3DLiveSunShadowCountV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DLiveSunShadowCountV1.md): Graphics3 dlive sun shadow count v1.
- [Graphics3DLiveTextureCountV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DLiveTextureCountV1.md): Graphics3 dlive texture count v1.
- [Graphics3DSunHemisphereLightingAvailableV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DSunHemisphereLightingAvailableV1.md): Graphics3 dsun hemisphere lighting available v1.
- [Graphics3DSunShadowAvailableV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DSunShadowAvailableV1.md): Graphics3 dsun shadow available v1.
- [Graphics3DSunShadowCapabilityFlagsV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DSunShadowCapabilityFlagsV1.md): Graphics3 dsun shadow capability flags v1.
- [Graphics3DSunShadowDrawCountV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DSunShadowDrawCountV1.md): Graphics3 dsun shadow draw count v1.
- [Graphics3DSunShadowMaximumResolutionV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DSunShadowMaximumResolutionV1.md): Call after InitializeGraphics3D. Zero means unavailable. This dimension limit does not guarantee memory availability or a successful render pass.
- [Graphics3DSunShadowResolutionSupportedV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DSunShadowResolutionSupportedV1.md): Graphics3 dsun shadow resolution supported v1.
- [Graphics3DSunShadowResolutionV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DSunShadowResolutionV1.md): Graphics3 dsun shadow resolution v1.
- [Graphics3DVersionV1](https://demonhunterlabs.com/reference/text/graphics.render3d--Graphics3DVersionV1.md): Graphics3 dversion v1.
- [graphicsDecodedImage](https://demonhunterlabs.com/reference/text/graphics.image--graphicsDecodedImage.md): A graphics decoded image record carrying ready, width, height, sizeBytes, format, and related state.
- [graphicsFontCatalog](https://demonhunterlabs.com/reference/text/graphics.text--graphicsFontCatalog.md): A graphics font catalog record carrying resources, diagnostic.
- [graphicsFontProfile](https://demonhunterlabs.com/reference/text/graphics.text--graphicsFontProfile.md): A graphics font profile record carrying name, source, shaping, atlasPolicy, fallbackPolicy, and related state.
- [graphicsFontReference](https://demonhunterlabs.com/reference/text/graphics.text--graphicsFontReference.md): A graphics font reference record carrying family, fallbackFamilies, weight, size, lineHeight, and related state.
- [graphicsFontResource](https://demonhunterlabs.com/reference/text/graphics.text--graphicsFontResource.md): A graphics font resource record carrying id, family, sourceUri, format, minimumWeight, and related state.
- [graphicsGlyphAlphaCacheEntryV1](https://demonhunterlabs.com/reference/text/graphics.text--graphicsGlyphAlphaCacheEntryV1.md): A graphics glyph alpha cache entry v1 record carrying resource, lastUseTick.
- [graphicsGlyphAlphaCacheV1](https://demonhunterlabs.com/reference/text/graphics.text--graphicsGlyphAlphaCacheV1.md): A graphics glyph alpha cache v1 record carrying maximumEntries, maximumBytes, entries, liveBytes, clock, and related state.
- [graphicsGlyphAlphaResourceSetV1](https://demonhunterlabs.com/reference/text/graphics.text--graphicsGlyphAlphaResourceSetV1.md): A graphics glyph alpha resource set v1 record carrying available, resources, submissions, totalBytes, nativeScratchAllocations, and related state.
- [GraphicsGlyphAlphaResourcesV1Contract](https://demonhunterlabs.com/reference/text/graphics.text--GraphicsGlyphAlphaResourcesV1Contract.md): Graphics glyph alpha resources v1 contract.
- [GraphicsGlyphAlphaResourcesV1Schema](https://demonhunterlabs.com/reference/text/graphics.text--GraphicsGlyphAlphaResourcesV1Schema.md): Graphics glyph alpha resources v1 schema.
- [graphicsGlyphAlphaResourceV1](https://demonhunterlabs.com/reference/text/graphics.text--graphicsGlyphAlphaResourceV1.md): A graphics glyph alpha resource v1 record carrying index, id, width, height, strideBytes, and related state.
- [graphicsGlyphAlphaSubmissionV1](https://demonhunterlabs.com/reference/text/graphics.text--graphicsGlyphAlphaSubmissionV1.md): A graphics glyph alpha submission v1 record carrying sequence, providerRunIndex, resourceIndex, originXQ26_6, originYQ26_6, and related state.
- [graphicsGlyphCluster](https://demonhunterlabs.com/reference/text/graphics.text--graphicsGlyphCluster.md): A graphics glyph cluster record carrying value, sourceStart, sourceEnd, glyphId, advance, and related state.
- [graphicsGlyphClusterV2](https://demonhunterlabs.com/reference/text/graphics.text--graphicsGlyphClusterV2.md): A graphics glyph cluster v2 record carrying index, sourceStart, sourceEnd, glyphStart, glyphEnd, and related state.
- [GraphicsImageBmpDecoderContract](https://demonhunterlabs.com/reference/text/graphics.image--GraphicsImageBmpDecoderContract.md): Graphics image bmp decoder contract.
- [graphicsImageByteSource](https://demonhunterlabs.com/reference/text/graphics.image--graphicsImageByteSource.md): A graphics image byte source record carrying ready, contentIdentity, format, originKind, locator, and related state.
- [GraphicsImageByteSourceContract](https://demonhunterlabs.com/reference/text/graphics.image--GraphicsImageByteSourceContract.md): Graphics image byte source contract.
- [graphicsImageColorEncodingV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageColorEncodingV1.md): A graphics image color encoding v1 record carrying schema, schemaVersion, primaries, transfer, whitePoint, and related state.
- [graphicsImageColorMatrixQ14V1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageColorMatrixQ14V1.md): A graphics image color matrix q14 v1 record carrying m00, m01, m02, m10, m11, and related state.
- [GraphicsImageFilterColorContractV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--GraphicsImageFilterColorContractV1.md): Graphics image filter color contract v1.
- [graphicsImageFormatDetection](https://demonhunterlabs.com/reference/text/graphics.image--graphicsImageFormatDetection.md): A graphics image format detection record carrying ready, detectedFormat, claimedFormat, inspectedBytes, diagnostic, and related state.
- [GraphicsImageFormatDetectionContract](https://demonhunterlabs.com/reference/text/graphics.image--GraphicsImageFormatDetectionContract.md): Graphics image format detection contract.
- [GraphicsImageJpegDecoderContract](https://demonhunterlabs.com/reference/text/graphics.image--GraphicsImageJpegDecoderContract.md): Graphics image jpeg decoder contract.
- [GraphicsImageLinear16ToSrgb8V1](https://demonhunterlabs.com/reference/text/graphics.image.processing--GraphicsImageLinear16ToSrgb8V1.md): Graphics image linear16 to srgb8 v1.
- [graphicsImageLinearPremultipliedV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageLinearPremultipliedV1.md): A graphics image linear premultiplied v1 record carrying red, green, blue, alpha.
- [GraphicsImagePngDecoderContract](https://demonhunterlabs.com/reference/text/graphics.image--GraphicsImagePngDecoderContract.md): Graphics image png decoder contract.
- [graphicsImagePreparedPixelV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImagePreparedPixelV1.md): A graphics image prepared pixel v1 record carrying available, linearPixel, outputPixel, diagnostic.
- [graphicsImagePreparedPresentationColorBindingV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImagePreparedPresentationColorBindingV1.md): A graphics image prepared presentation color binding v1 record carrying available, policy, tintLinear, destinationLinear, opacity16, and related state.
- [GraphicsImagePreparedPresentationRegionIdentityV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--GraphicsImagePreparedPresentationRegionIdentityV1.md): This identity names every immutable dependency that can change the prepared region bytes. The source pixel is intentionally absent: the sampling/content dependency names the complete source region instead of formatting one key per texel.
- [GraphicsImagePresentationColorContractV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--GraphicsImagePresentationColorContractV1.md): Graphics image presentation color contract v1.
- [graphicsImagePresentationColorCostV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImagePresentationColorCostV1.md): A graphics image presentation color cost v1 record carrying transferConversions, premultiplyOperations, tintMultiplications, opacityMultiplications, sourceOverMultiplications, and related state.
- [graphicsImagePresentationColorPolicyV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImagePresentationColorPolicyV1.md): A graphics image presentation color policy v1 record carrying schema, schemaVersion, sourceColorSpace, sourceAlphaMode, tintColorSpace, and related state.
- [graphicsImagePresentationColorResultV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImagePresentationColorResultV1.md): A graphics image presentation color result v1 record carrying available, sourceLinear, tintedSourceLinear, destinationLinear, compositedLinear, and related state.
- [graphicsImageRgb8V1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageRgb8V1.md): A graphics image rgb8 v1 record carrying red, green, blue.
- [graphicsImageRgba8V1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageRgba8V1.md): A graphics image rgba8 v1 record carrying red, green, blue, alpha.
- [graphicsImageSamplingBindingV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageSamplingBindingV1.md): A graphics image sampling binding v1 record carrying available, policy, cost, srgbToLinear16, cacheIdentity, and related state.
- [graphicsImageSamplingCostV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageSamplingCostV1.md): A graphics image sampling cost v1 record carrying sourceTaps, transferConversions, premultiplyOperations, interpolationOperations, outputQuantizationComparisons.
- [graphicsImageSamplingPolicyV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageSamplingPolicyV1.md): A graphics image sampling policy v1 record carrying schema, schemaVersion, filter, sourceColorSpace, sourceAlphaMode, and related state.
- [graphicsImageSamplingResultV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageSamplingResultV1.md): A graphics image sampling result v1 record carrying available, linearPixel, outputPixel, cost, cacheIdentity, and related state.
- [GraphicsImageSrgb8ToLinear16V1](https://demonhunterlabs.com/reference/text/graphics.image.processing--GraphicsImageSrgb8ToLinear16V1.md): Graphics image srgb8 to linear16 v1.
- [GraphicsImageSvgDecoderContract](https://demonhunterlabs.com/reference/text/graphics.image--GraphicsImageSvgDecoderContract.md): Graphics image svg decoder contract.
- [GraphicsImageWebpDecoderContract](https://demonhunterlabs.com/reference/text/graphics.image--GraphicsImageWebpDecoderContract.md): Graphics image webp decoder contract.
- [graphicsImageWideColorBindingV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageWideColorBindingV1.md): A graphics image wide color binding v1 record carrying available, transform, cacheIdentity, diagnostic, source.
- [GraphicsImageWideColorContractV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--GraphicsImageWideColorContractV1.md): Graphics image wide color contract v1.
- [graphicsImageWideColorResultV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageWideColorResultV1.md): A graphics image wide color result v1 record carrying available, outputPixel, redLinear16, greenLinear16, blueLinear16, and related state.
- [graphicsImageWideColorTransformV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--graphicsImageWideColorTransformV1.md): A graphics image wide color transform v1 record carrying schema, schemaVersion, sourceEncoding, destinationEncoding, matrix, and related state.
- [graphicsResolvedFontV2](https://demonhunterlabs.com/reference/text/graphics.text--graphicsResolvedFontV2.md): A graphics resolved font v2 record carrying index, id, family, resourceId, faceIndex, and related state.
- [graphicsShapedGlyphV2](https://demonhunterlabs.com/reference/text/graphics.text--graphicsShapedGlyphV2.md): A graphics shaped glyph v2 record carrying index, glyphId, advanceXQ26_6, advanceYQ26_6, offsetXQ26_6, and related state.
- [graphicsShapedRunV2](https://demonhunterlabs.com/reference/text/graphics.text--graphicsShapedRunV2.md): A graphics shaped run v2 record carrying index, sourceStart, sourceEnd, clusterStart, clusterEnd, and related state.
- [graphicsShapedText](https://demonhunterlabs.com/reference/text/graphics.text--graphicsShapedText.md): A graphics shaped text record carrying value, font, locale, direction, clusters, and related state.
- [graphicsShapedTextV2](https://demonhunterlabs.com/reference/text/graphics.text--graphicsShapedTextV2.md): A graphics shaped text v2 record carrying schema, value, locale, direction, provider, and related state.
- [GraphicsShapedTextV2Schema](https://demonhunterlabs.com/reference/text/graphics.text--GraphicsShapedTextV2Schema.md): Graphics shaped text v2 schema.
- [graphicsTextMeasureRequest](https://demonhunterlabs.com/reference/text/graphics.text--graphicsTextMeasureRequest.md): A graphics text measure request record carrying run, fontFamilyToken, fontSizeToken, weight, lineHeightToken, and related state.
- [graphicsTextMeasureResult](https://demonhunterlabs.com/reference/text/graphics.text--graphicsTextMeasureResult.md): A graphics text measure result record carrying width, height, clipped, diagnostic.
- [graphicsTextMetricsV2](https://demonhunterlabs.com/reference/text/graphics.text--graphicsTextMetricsV2.md): A graphics text metrics v2 record carrying ascentQ26_6, descentQ26_6, lineGapQ26_6, capHeightQ26_6, xHeightQ26_6, and related state.
- [GraphicsTextQ26_6UnitsPerPixel](https://demonhunterlabs.com/reference/text/graphics.text--GraphicsTextQ26_6UnitsPerPixel.md): Graphics text q26 6 units per pixel.
- [graphicsTextRun](https://demonhunterlabs.com/reference/text/graphics.text--graphicsTextRun.md): A graphics text run record carrying value, styleRef, overflow, alignment.
- [graphicsTextShapingCapabilityV2](https://demonhunterlabs.com/reference/text/graphics.text--graphicsTextShapingCapabilityV2.md): A graphics text shaping capability v2 record carrying schema, provider, target, available, fractionalBits, and related state.
- [graphicsWindowsCapturedGlyph](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsCapturedGlyph.md): A graphics windows captured glyph record carrying index, glyphId, advanceQ26_6, advanceOffsetQ26_6, ascenderOffsetQ26_6.
- [graphicsWindowsCapturedGlyphRun](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsCapturedGlyphRun.md): A graphics windows captured glyph run record carrying sequence, textPositionUtf16, textLengthUtf16, sourceStartUtf8, sourceEndUtf8, and related state.
- [graphicsWindowsCapturedLineBreakpoint](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsCapturedLineBreakpoint.md): A graphics windows captured line breakpoint record carrying index, conditionBefore, conditionAfter, whitespace, softHyphen.
- [graphicsWindowsCapturedScriptSpan](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsCapturedScriptSpan.md): A graphics windows captured script span record carrying index, sourceStartUtf16, sourceLengthUtf16, isoScriptCode, script, and related state.
- [graphicsWindowsCapturedSourceCluster](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsCapturedSourceCluster.md): A graphics windows captured source cluster record carrying index, textPositionUtf16, textLengthUtf16, sourceStartUtf8, sourceEndUtf8, and related state.
- [GraphicsWindowsFusedTextLayoutV1Contract](https://demonhunterlabs.com/reference/text/graphics.text.windows--GraphicsWindowsFusedTextLayoutV1Contract.md): Graphics windows fused text layout v1 contract.
- [GraphicsWindowsGlyphAlphaRasterV1Contract](https://demonhunterlabs.com/reference/text/graphics.text.windows--GraphicsWindowsGlyphAlphaRasterV1Contract.md): Graphics windows glyph alpha raster v1 contract.
- [graphicsWindowsGlyphBridgeClusterV1](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsGlyphBridgeClusterV1.md): A graphics windows glyph bridge cluster v1 record carrying index, runSequence, sourceStartUtf16, sourceEndUtf16, sourceStartUtf8, and related state.
- [graphicsWindowsGlyphBridgeGlyphV1](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsGlyphBridgeGlyphV1.md): A graphics windows glyph bridge glyph v1 record carrying index, runSequence, runGlyphIndex, glyphId, advanceQ26_6, and related state.
- [graphicsWindowsGlyphBridgeRunV1](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsGlyphBridgeRunV1.md): A graphics windows glyph bridge run v1 record carrying index, captureSequence, sourceStartUtf16, sourceEndUtf16, sourceStartUtf8, and related state.
- [graphicsWindowsGlyphBridgeV1](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsGlyphBridgeV1.md): A graphics windows glyph bridge v1 record carrying schema, provider, capability, value, locale, and related state.
- [GraphicsWindowsGlyphBridgeV1Contract](https://demonhunterlabs.com/reference/text/graphics.text.windows--GraphicsWindowsGlyphBridgeV1Contract.md): Graphics windows glyph bridge v1 contract.
- [graphicsWindowsGlyphRunCaptureCapability](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsGlyphRunCaptureCapability.md): A graphics windows glyph run capture capability record carrying schema, provider, capability, available, maximumUtf8Bytes, and related state.
- [GraphicsWindowsGlyphRunCaptureContract](https://demonhunterlabs.com/reference/text/graphics.text.windows--GraphicsWindowsGlyphRunCaptureContract.md): Graphics windows glyph run capture contract.
- [graphicsWindowsGlyphRunCaptureSnapshot](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsGlyphRunCaptureSnapshot.md): A graphics windows glyph run capture snapshot record carrying schema, provider, capability, value, available, and related state.
- [graphicsWindowsResolvedFontIdentity](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsResolvedFontIdentity.md): A graphics windows resolved font identity record carrying index, id, resourceId, family, familyLocale, and related state.
- [graphicsWindowsShapedAlphaGeometryTextV1](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsShapedAlphaGeometryTextV1.md): A graphics windows shaped alpha geometry text v1 record carrying capture, shaped, alpha, geometry, captureGeneration, and related state.
- [graphicsWindowsShapedAlphaTextV1](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsShapedAlphaTextV1.md): A graphics windows shaped alpha text v1 record carrying capture, shaped, alpha, source.
- [GraphicsWindowsShapedTextV2Contract](https://demonhunterlabs.com/reference/text/graphics.text.windows--GraphicsWindowsShapedTextV2Contract.md): Graphics windows shaped text v2 contract.
- [graphicsWindowsTextClusterGeometry](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsTextClusterGeometry.md): A graphics windows text cluster geometry record carrying widthQ26_6, utf16Length, canWrapLineAfter, isWhitespace, isNewline, and related state.
- [graphicsWindowsTextGeometryCapability](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsTextGeometryCapability.md): A graphics windows text geometry capability record carrying schema, schemaVersion, provider, target, capability, and related state.
- [GraphicsWindowsTextGeometryContract](https://demonhunterlabs.com/reference/text/graphics.text.windows--GraphicsWindowsTextGeometryContract.md): Graphics windows text geometry contract.
- [graphicsWindowsTextHitGeometry](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsTextHitGeometry.md): A graphics windows text hit geometry record carrying textPosition, length, leftQ26_6, topQ26_6, widthQ26_6, and related state.
- [graphicsWindowsTextHitTestSnapshot](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsTextHitTestSnapshot.md): A graphics windows text hit test snapshot record carrying textPosition, length, leftQ26_6, topQ26_6, widthQ26_6, and related state.
- [graphicsWindowsTextLayoutCapability](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsTextLayoutCapability.md): A graphics windows text layout capability record carrying schema, schemaVersion, provider, target, capability, and related state.
- [GraphicsWindowsTextLayoutContract](https://demonhunterlabs.com/reference/text/graphics.text.windows--GraphicsWindowsTextLayoutContract.md): Graphics windows text layout contract.
- [graphicsWindowsTextLayoutGeometrySnapshot](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsTextLayoutGeometrySnapshot.md): A graphics windows text layout geometry snapshot record carrying schema, schemaVersion, provider, capability, available, and related state.
- [graphicsWindowsTextLayoutSnapshot](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsTextLayoutSnapshot.md): A graphics windows text layout snapshot record carrying schema, schemaVersion, provider, capability, available, and related state.
- [graphicsWindowsTextLineGeometry](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsTextLineGeometry.md): A graphics windows text line geometry record carrying utf16Length, trailingWhitespaceLength, newlineLength, heightQ26_6, baselineQ26_6, and related state.
- [graphicsWindowsTextRangeGeometry](https://demonhunterlabs.com/reference/text/graphics.text.windows--graphicsWindowsTextRangeGeometry.md): A graphics windows text range geometry record carrying textPosition, length, leftQ26_6, topQ26_6, widthQ26_6, and related state.
- [graphModel](https://demonhunterlabs.com/reference/text/compute.graph--graphModel.md): A graph model record carrying name, modelKind, nodes, edges, note.
- [GraphModelCacheKey](https://demonhunterlabs.com/reference/text/compute.graph--GraphModelCacheKey.md): Graph model cache key.
- [graphNode](https://demonhunterlabs.com/reference/text/compute.graph--graphNode.md): A graph node record carrying name, operatorKind, tensorHint, fusionGroup, cacheable, and related state.
- [graphOptimizerState](https://demonhunterlabs.com/reference/text/compute.graph--graphOptimizerState.md): A graph optimizer state record carrying key, optimizerKind, learningRate, momentum, weightDecay, and related state.
- [GraphPlanSummary](https://demonhunterlabs.com/reference/text/compute.graph--GraphPlanSummary.md): Graph plan summary.
- [graphReproducibilitySettings](https://demonhunterlabs.com/reference/text/compute.graph--graphReproducibilitySettings.md): A graph reproducibility settings record carrying key, seed, deterministic, stableDataOrder, stableDeviceOrder, and related state.
- [GraphScheduleNames](https://demonhunterlabs.com/reference/text/compute.graph--GraphScheduleNames.md): Graph schedule names.
- [graphSchedulerRule](https://demonhunterlabs.com/reference/text/compute.graph--graphSchedulerRule.md): A graph scheduler rule record carrying name, pathOrder, fusionRule, cacheRule, note.
- [GraphScheduleSummary](https://demonhunterlabs.com/reference/text/compute.graph--GraphScheduleSummary.md): Graph schedule summary.
- [graphTensorBinding](https://demonhunterlabs.com/reference/text/compute.graph--graphTensorBinding.md): A graph tensor binding record carrying name, tensor, note.
- [GraphTrainingCacheKey](https://demonhunterlabs.com/reference/text/compute.graph--GraphTrainingCacheKey.md): Graph training cache key.
- [graphTrainingPlan](https://demonhunterlabs.com/reference/text/compute.graph--graphTrainingPlan.md): A graph training plan record carrying name, executionPlan, gradient, optimizer, checkpoint, and related state.
- [GraphTrainingPlanSummary](https://demonhunterlabs.com/reference/text/compute.graph--GraphTrainingPlanSummary.md): Graph training plan summary.
- [GraphTrainingReproducibilitySummary](https://demonhunterlabs.com/reference/text/compute.graph--GraphTrainingReproducibilitySummary.md): Graph training reproducibility summary.
- [GraphValidateModel](https://demonhunterlabs.com/reference/text/compute.graph--GraphValidateModel.md): Graph validate model.
- [GraphValidationIssue](https://demonhunterlabs.com/reference/text/compute.graph--GraphValidationIssue.md): Graph validation issue.
- [HasCachedImageBgra8](https://demonhunterlabs.com/reference/text/graphics.canvas--HasCachedImageBgra8.md): Has cached image bgra8.
- [HideWindowHandle](https://demonhunterlabs.com/reference/text/window--HideWindowHandle.md): Hide window handle.
- [HitTestYuiInputRegions](https://demonhunterlabs.com/reference/text/ui--HitTestYuiInputRegions.md): Hit test yui input regions.
- [HitYuiEditableTextField](https://demonhunterlabs.com/reference/text/frontend.yui--HitYuiEditableTextField.md): Hit yui editable text field.
- [HostAccessibility.ActionSequence](https://demonhunterlabs.com/reference/text/runtime--HostAccessibility.ActionSequence.md): Action sequence through the HostAccessibility runtime.
- [HostAccessibility.ActionText](https://demonhunterlabs.com/reference/text/runtime--HostAccessibility.ActionText.md): Action text through the HostAccessibility runtime.
- [HostAccessibility.ActionValue](https://demonhunterlabs.com/reference/text/runtime--HostAccessibility.ActionValue.md): Action value through the HostAccessibility runtime.
- [HostAccessibility.BeginTree](https://demonhunterlabs.com/reference/text/runtime--HostAccessibility.BeginTree.md): Begin tree through the HostAccessibility runtime.
- [HostAccessibility.Clear](https://demonhunterlabs.com/reference/text/runtime--HostAccessibility.Clear.md): Clear through the HostAccessibility runtime.
- [HostAccessibility.CommitTree](https://demonhunterlabs.com/reference/text/runtime--HostAccessibility.CommitTree.md): Commit tree through the HostAccessibility runtime.
- [HostAccessibility.PublishNode](https://demonhunterlabs.com/reference/text/runtime--HostAccessibility.PublishNode.md): Publish node through the HostAccessibility runtime.
- [HostAccessibility.PublishRoot](https://demonhunterlabs.com/reference/text/runtime--HostAccessibility.PublishRoot.md): Publish root through the HostAccessibility runtime.
- [HostAccessibility.RaiseEvent](https://demonhunterlabs.com/reference/text/runtime--HostAccessibility.RaiseEvent.md): Raise event through the HostAccessibility runtime.
- [HostAccessibility.RootValue](https://demonhunterlabs.com/reference/text/runtime--HostAccessibility.RootValue.md): Root value through the HostAccessibility runtime.
- [HostClipboard.BeginDelayedText](https://demonhunterlabs.com/reference/text/runtime--HostClipboard.BeginDelayedText.md): Begin delayed text through the HostClipboard runtime.
- [HostClipboard.DelayedSequence](https://demonhunterlabs.com/reference/text/runtime--HostClipboard.DelayedSequence.md): Delayed sequence through the HostClipboard runtime.
- [HostClipboard.DelayedValue](https://demonhunterlabs.com/reference/text/runtime--HostClipboard.DelayedValue.md): Delayed value through the HostClipboard runtime.
- [HostClipboard.ReadText](https://demonhunterlabs.com/reference/text/runtime--HostClipboard.ReadText.md): Read text through the HostClipboard runtime.
- [HostClipboard.Refresh](https://demonhunterlabs.com/reference/text/runtime--HostClipboard.Refresh.md): Refresh through the HostClipboard runtime.
- [HostClipboard.Value](https://demonhunterlabs.com/reference/text/runtime--HostClipboard.Value.md): Value through the HostClipboard runtime.
- [HostClipboard.WriteText](https://demonhunterlabs.com/reference/text/runtime--HostClipboard.WriteText.md): Write text through the HostClipboard runtime.
- [HostDisplay.ColorValue](https://demonhunterlabs.com/reference/text/runtime--HostDisplay.ColorValue.md): Color value through the HostDisplay runtime.
- [HostDisplay.Count](https://demonhunterlabs.com/reference/text/runtime--HostDisplay.Count.md): Count through the HostDisplay runtime.
- [HostDisplay.ProfileIdentity](https://demonhunterlabs.com/reference/text/runtime--HostDisplay.ProfileIdentity.md): Profile identity through the HostDisplay runtime.
- [HostDisplay.Value](https://demonhunterlabs.com/reference/text/runtime--HostDisplay.Value.md): Value through the HostDisplay runtime.
- [HostSession.Refresh](https://demonhunterlabs.com/reference/text/runtime--HostSession.Refresh.md): Refresh through the HostSession runtime.
- [HostSession.TransitionSequence](https://demonhunterlabs.com/reference/text/runtime--HostSession.TransitionSequence.md): Transition sequence through the HostSession runtime.
- [HostSession.TransitionValue](https://demonhunterlabs.com/reference/text/runtime--HostSession.TransitionValue.md): Transition value through the HostSession runtime.
- [HostSession.Value](https://demonhunterlabs.com/reference/text/runtime--HostSession.Value.md): Value through the HostSession runtime.
- [hostStorageContext](https://demonhunterlabs.com/reference/text/host.storage--hostStorageContext.md): A host storage context record carrying schema, schemaVersion, hostFamily, applicationDataRoot, source, and related state.
- [HostStorageContractV1](https://demonhunterlabs.com/reference/text/host.storage--HostStorageContractV1.md): Host storage contract v1.
- [HostStorageJoin](https://demonhunterlabs.com/reference/text/host.storage--HostStorageJoin.md): Host storage join.
- [HostStoragePathSegmentValid](https://demonhunterlabs.com/reference/text/host.storage--HostStoragePathSegmentValid.md): Check whether host storage path segment satisfies its validation rules.
- [if](https://demonhunterlabs.com/reference/text/word--if.md): Start a boolean branch
- [If, else if, and else](https://demonhunterlabs.com/reference/text/language--if-else.md): if branches on a bool expression. Parentheses around the condition are optional, and each branch uses a block.
- [ImageCacheCapacity](https://demonhunterlabs.com/reference/text/graphics.canvas--ImageCacheCapacity.md): Image cache capacity.
- [ImageCacheDecodeCount](https://demonhunterlabs.com/reference/text/graphics.canvas--ImageCacheDecodeCount.md): Image cache decode count.
- [ImageCacheEntryCount](https://demonhunterlabs.com/reference/text/graphics.canvas--ImageCacheEntryCount.md): Image cache entry count.
- [ImageCacheHitCount](https://demonhunterlabs.com/reference/text/graphics.canvas--ImageCacheHitCount.md): Image cache hit count.
- [ImageCacheLiveTextureCount](https://demonhunterlabs.com/reference/text/graphics.canvas--ImageCacheLiveTextureCount.md): Image cache live texture count.
- [ImmutableTensorContract](https://demonhunterlabs.com/reference/text/compute.tensor--ImmutableTensorContract.md): Immutable tensor contract.
- [implements](https://demonhunterlabs.com/reference/text/word--implements.md): Name class interfaces
- [in](https://demonhunterlabs.com/reference/text/word--in.md): Choose the collection to iterate
- [InferYuiAuthoredPropertyDirtyScope](https://demonhunterlabs.com/reference/text/ui--InferYuiAuthoredPropertyDirtyScope.md): Infer yui authored property dirty scope.
- [inherits](https://demonhunterlabs.com/reference/text/word--inherits.md): Alternative base-class connector
- [init](https://demonhunterlabs.com/reference/text/word--init.md): Allow initialization-only assignment
- [InitializeGraphics3D](https://demonhunterlabs.com/reference/text/graphics.render3d--InitializeGraphics3D.md): Initialize graphics3 d.
- [Inspect YUI truth and respect the candidate boundary](https://demonhunterlabs.com/reference/text/language--yui-inspection-boundary.md): Readable and JSON inspection expose expanded widgets, bindings, semantic nodes, layout, display commands, resources, dirty receipts, damage, provider selection, and diagnostics without mutating the application.
- [int](https://demonhunterlabs.com/reference/text/type--int-6da88c.md): A signed integer in the signed integers family. The spelling selects its storage width; use only values representable by that type.
- [Int.From](https://demonhunterlabs.com/reference/text/runtime--Int.From.md): Convert an integer to signed 32-bit int with a range check.
- [int128](https://demonhunterlabs.com/reference/text/type--int128-2c5a93.md): A signed integer in the signed integers family. The spelling selects its storage width; use only values representable by that type.
- [int16](https://demonhunterlabs.com/reference/text/type--int16-2bf8dc.md): A signed integer in the signed integers family. The spelling selects its storage width; use only values representable by that type.
- [int32](https://demonhunterlabs.com/reference/text/type--int32-05c312.md): A signed integer in the signed integers family. The spelling selects its storage width; use only values representable by that type.
- [int64](https://demonhunterlabs.com/reference/text/type--int64-bc2229.md): A signed integer in the signed integers family. The spelling selects its storage width; use only values representable by that type.
- [Int64.From](https://demonhunterlabs.com/reference/text/runtime--Int64.From.md): Convert an integer to signed 64-bit int64 with a range check.
- [int8](https://demonhunterlabs.com/reference/text/type--int8-cb1525.md): A signed integer in the signed integers family. The spelling selects its storage width; use only values representable by that type.
- [IntBufferMatches](https://demonhunterlabs.com/reference/text/compute.parity--IntBufferMatches.md): Int buffer matches.
- [IntBufferMismatchCount](https://demonhunterlabs.com/reference/text/compute.parity--IntBufferMismatchCount.md): Int buffer mismatch count.
- [Integer, bit, float, and decimal types](https://demonhunterlabs.com/reference/text/language--numeric-types.md): Yeho exposes signed and unsigned integer widths, packed bit widths, binary floating point, and decimal families.
- [interface](https://demonhunterlabs.com/reference/text/word--interface.md): Declare a behavioral contract
- [internal](https://demonhunterlabs.com/reference/text/word--internal.md): Expose within a package
- [IntersectYuiLayoutRects](https://demonhunterlabs.com/reference/text/ui--IntersectYuiLayoutRects.md): Intersect yui layout rects.
- [into](https://demonhunterlabs.com/reference/text/word--into.md): Connect deconstruction to its names
- [invariant](https://demonhunterlabs.com/reference/text/word--invariant.md): Declare valid object state
- [IrregularSegmentSumInts](https://demonhunterlabs.com/reference/text/compute.kernels--IrregularSegmentSumInts.md): Irregular segment sum ints.
- [is](https://demonhunterlabs.com/reference/text/word--is.md): Test a named type
- [is](https://demonhunterlabs.com/reference/text/operator--is-fa51fd.md): Test whether a reference has the named type.
- [IsKeyDown](https://demonhunterlabs.com/reference/text/input.keyboard--IsKeyDown.md): Is key down.
- [IsMouseButtonDown](https://demonhunterlabs.com/reference/text/input.mouse--IsMouseButtonDown.md): Is mouse button down.
- [IsYuiAuthoredDirtyScope](https://demonhunterlabs.com/reference/text/ui--IsYuiAuthoredDirtyScope.md): Authored mutations use the same six dependency domains as the retained renderer, but keep that vocabulary renderer-free. A receipt names one affected owner and one stable dependency key; revision supplies the changing generation without making callers invent whole-surface dirty flags.
- [IsYuiColorChannelRangeValid](https://demonhunterlabs.com/reference/text/ui--IsYuiColorChannelRangeValid.md): Check whether is yui color channel range satisfies its validation rules.
- [IsYuiRetainedInvalidationScope](https://demonhunterlabs.com/reference/text/ui--IsYuiRetainedInvalidationScope.md): Is yui retained invalidation scope.
- [IsYuiVisualTokenCategory](https://demonhunterlabs.com/reference/text/ui--IsYuiVisualTokenCategory.md): Is yui visual token category.
- [IsYuiWindowsClipboardCommand](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--IsYuiWindowsClipboardCommand.md): Is yui windows clipboard command.
- [Keep a little collection](https://demonhunterlabs.com/reference/text/recipe--lists.md): Store several names and visit each one.
- [kernelExecutionLadder](https://demonhunterlabs.com/reference/text/compute.kernels--kernelExecutionLadder.md): A kernel execution ladder record carrying workload, requestedBackend, resolvedBackend, executionPath, fallbackUsed, and related state.
- [kernelReductionReport](https://demonhunterlabs.com/reference/text/compute.kernels--kernelReductionReport.md): A kernel reduction report record carrying label, itemCount, sum, minimum, maximum, and related state.
- [kernelTensorReport](https://demonhunterlabs.com/reference/text/compute.kernels--kernelTensorReport.md): A kernel tensor report record carrying label, operationKind, executionPath, inputCount, outputCount, and related state.
- [Keyboard.ConsumePress](https://demonhunterlabs.com/reference/text/runtime--Keyboard.ConsumePress.md): Consume press through the Keyboard runtime.
- [Keyboard.IsDown](https://demonhunterlabs.com/reference/text/runtime--Keyboard.IsDown.md): Is down through the Keyboard runtime.
- [Know what your action changes](https://demonhunterlabs.com/reference/text/recipe--ownership.md): Make changes to shared collections intentional.
- [LastGpuMicroseconds](https://demonhunterlabs.com/reference/text/compute.accelerator--LastGpuMicroseconds.md): Returns -1 until a successful accelerator dispatch records an elapsed GPU duration. It preserves the last known value across rejected or failed work.
- [LayoutYuiShapedText](https://demonhunterlabs.com/reference/text/ui--LayoutYuiShapedText.md): Layout yui shaped text.
- [Let position paint a pattern](https://demonhunterlabs.com/reference/text/recipe--bands.md): Turn a wave into stripes on a surface.
- [Let your program talk back](https://demonhunterlabs.com/reference/text/recipe--text.md): Read a name and build a friendly reply.
- [Let's make something move](https://demonhunterlabs.com/reference/text/recipe--welcome.md): Find your starting point and see what you will make.
- [Library.CallInt0](https://demonhunterlabs.com/reference/text/runtime--Library.CallInt0.md): Call int0 through the Library runtime.
- [Library.HasSymbol](https://demonhunterlabs.com/reference/text/runtime--Library.HasSymbol.md): Has symbol through the Library runtime.
- [lifecycleLedger](https://demonhunterlabs.com/reference/text/diagnostics--lifecycleLedger.md): A lifecycle ledger record carrying name, liveCount, pinnedCount, sharedCount, releasedCount, and related state.
- [list](https://demonhunterlabs.com/reference/text/word--list.md): list in a complete program.
- [list of T](https://demonhunterlabs.com/reference/text/type--list-of-T-cce9ee.md): An ordered, growable collection of values of type T, such as an inventory.
- [Lists](https://demonhunterlabs.com/reference/text/language--lists.md): list of T is an ordered typed value container with literals, indexing, count, and explicit mutation methods.
- [Literals and escapes](https://demonhunterlabs.com/reference/text/language--literals.md): Yeho has text, character, integer, floating-point, boolean, and null literals with explicit escape sequences.
- [LiveDeviceCapabilityFor](https://demonhunterlabs.com/reference/text/compute.device--LiveDeviceCapabilityFor.md): Live device capability for.
- [LiveDeviceCapabilityMatrix](https://demonhunterlabs.com/reference/text/compute.device--LiveDeviceCapabilityMatrix.md): Live device capability matrix.
- [LiveDeviceDiscoveryCatalog](https://demonhunterlabs.com/reference/text/compute.device--LiveDeviceDiscoveryCatalog.md): Live device discovery catalog.
- [LoadGraphicsImageFileByteSource](https://demonhunterlabs.com/reference/text/graphics.image--LoadGraphicsImageFileByteSource.md): Reads through the bounded core File service and immediately snapshots the bytes, so callers never need to retain a mutable I/O buffer.
- [Look after a tiny console pet](https://demonhunterlabs.com/reference/text/recipe--console-pet.md): Combine input, memory, decisions, and a loop into a whole program.
- [loop](https://demonhunterlabs.com/reference/text/word--loop.md): Repeat until explicitly ended
- [Loop, next, and end](https://demonhunterlabs.com/reference/text/language--infinite-loop-control.md): loop creates an explicit indefinite loop. next skips to the next iteration and end exits the nearest loop.
- [LowerYuiAuthoredOwnerFragment](https://demonhunterlabs.com/reference/text/frontend.yui--LowerYuiAuthoredOwnerFragment.md): Lower yui authored owner fragment.
- [Make a mistake on purpose](https://demonhunterlabs.com/reference/text/recipe--mistakes.md): Learn a calm way to read and fix a compiler error.
- [Make a neon ripple](https://demonhunterlabs.com/reference/text/shader--gpu-rings.md): Distance, a sine wave, and a fade make a bright procedural pattern.
- [Make choices per pixel](https://demonhunterlabs.com/reference/text/shader--gpu-checker.md): Use integer cells and a branch to paint a crisp two-color checker.
- [MakeAffineQuantizedSpec](https://demonhunterlabs.com/reference/text/compute.kernels--MakeAffineQuantizedSpec.md): Make affine quantized spec.
- [MakeQuantizedBlockSpec](https://demonhunterlabs.com/reference/text/compute.kernels--MakeQuantizedBlockSpec.md): Make quantized block spec.
- [MakeTiming](https://demonhunterlabs.com/reference/text/compute.profiling--MakeTiming.md): Make timing.
- [map](https://demonhunterlabs.com/reference/text/word--map.md): map in a complete program.
- [map of K to V](https://demonhunterlabs.com/reference/text/type--map-of-K-to-V-113649.md): A lookup from keys of type K to values of type V, such as item names and prices.
- [Maps](https://demonhunterlabs.com/reference/text/language--maps.md): map of K to V associates typed keys with typed values. Map literals use key to value pairs.
- [match](https://demonhunterlabs.com/reference/text/word--match.md): Branch on a closed value shape
- [MaterializedTensorAliasContract](https://demonhunterlabs.com/reference/text/compute.tensor--MaterializedTensorAliasContract.md): Materialized tensor alias contract.
- [Math.AbsFloat](https://demonhunterlabs.com/reference/text/runtime--Math.AbsFloat.md): Return the nonnegative magnitude of a floating-point value.
- [Math.ClampFloat](https://demonhunterlabs.com/reference/text/runtime--Math.ClampFloat.md): Keep a floating-point value inside the supplied lower and upper limits.
- [Math.CosFloat](https://demonhunterlabs.com/reference/text/runtime--Math.CosFloat.md): Evaluate cosine for an angle in radians.
- [Math.FloorToInt](https://demonhunterlabs.com/reference/text/runtime--Math.FloorToInt.md): Round a floating-point value downward to an integer.
- [Math.IntToFloat](https://demonhunterlabs.com/reference/text/runtime--Math.IntToFloat.md): Convert an integer into a floating-point value.
- [Math.MaxFloat](https://demonhunterlabs.com/reference/text/runtime--Math.MaxFloat.md): Choose the larger of two floating-point values.
- [Math.MinFloat](https://demonhunterlabs.com/reference/text/runtime--Math.MinFloat.md): Choose the smaller of two floating-point values.
- [Math.RoundToInt](https://demonhunterlabs.com/reference/text/runtime--Math.RoundToInt.md): Round a floating-point value to an integer; the admitted compute providers round ties away from zero.
- [Math.SinFloat](https://demonhunterlabs.com/reference/text/runtime--Math.SinFloat.md): Evaluate sine for an angle in radians.
- [Math.SqrtFloat](https://demonhunterlabs.com/reference/text/runtime--Math.SqrtFloat.md): Calculate the square root of a floating-point value. Use a nonnegative input.
- [MaximumUdpDatagramBytes](https://demonhunterlabs.com/reference/text/network.udp--MaximumUdpDatagramBytes.md): Maximum udp datagram bytes.
- [MaximumWindowCount](https://demonhunterlabs.com/reference/text/window--MaximumWindowCount.md): Maximum window count.
- [MaxSimdIntVectors](https://demonhunterlabs.com/reference/text/compute.simd--MaxSimdIntVectors.md): Max simd int vectors.
- [MeanIntBuffer](https://demonhunterlabs.com/reference/text/compute.kernels--MeanIntBuffer.md): Mean int buffer.
- [MeanInts](https://demonhunterlabs.com/reference/text/compute.kernels--MeanInts.md): Mean ints.
- [MeasureGraphicsShapedText](https://demonhunterlabs.com/reference/text/graphics.text--MeasureGraphicsShapedText.md): Measure graphics shaped text.
- [MeasureGraphicsText](https://demonhunterlabs.com/reference/text/graphics.text--MeasureGraphicsText.md): Measure graphics text.
- [MeasureGraphicsWindowsTextGeometry](https://demonhunterlabs.com/reference/text/graphics.text.windows--MeasureGraphicsWindowsTextGeometry.md): Measure graphics windows text geometry.
- [MeasureGraphicsWindowsTextLayout](https://demonhunterlabs.com/reference/text/graphics.text.windows--MeasureGraphicsWindowsTextLayout.md): Measure graphics windows text layout.
- [MeasureTextWidth](https://demonhunterlabs.com/reference/text/graphics.canvas--MeasureTextWidth.md): Measure text width.
- [MeasureTextWidthScaled](https://demonhunterlabs.com/reference/text/graphics.canvas--MeasureTextWidthScaled.md): Measure text width scaled.
- [MeasureTextWidthStyled](https://demonhunterlabs.com/reference/text/graphics.canvas--MeasureTextWidthStyled.md): Measure text width styled.
- [MeasureYuiEditableTextFieldLayout](https://demonhunterlabs.com/reference/text/frontend.yui--MeasureYuiEditableTextFieldLayout.md): Measure yui editable text field layout.
- [MeasureYuiWindowsTextEditingGeometryV1](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--MeasureYuiWindowsTextEditingGeometryV1.md): Compatibility projection. New drawing/editing integrations should retain CaptureYuiWindowsTextEditingPresentationV1 so they submit the paired A8 set.
- [memoryAddress](https://demonhunterlabs.com/reference/text/word--memoryAddress.md): Request a reviewed address alias
- [memorySample](https://demonhunterlabs.com/reference/text/compute.profiling--memorySample.md): A memory sample record carrying label, stage, device, bytesBefore, bytesAfter, and related state.
- [memoryTimeline](https://demonhunterlabs.com/reference/text/compute.profiling--memoryTimeline.md): A memory timeline record carrying label, samples, note.
- [Milliseconds](https://demonhunterlabs.com/reference/text/time--Milliseconds.md): Milliseconds.
- [MinSimdIntVectors](https://demonhunterlabs.com/reference/text/compute.simd--MinSimdIntVectors.md): Min simd int vectors.
- [Mix two colors](https://demonhunterlabs.com/reference/text/recipe--color.md): Understand a blend before adding patterns.
- [MonotonicMicroseconds](https://demonhunterlabs.com/reference/text/time--MonotonicMicroseconds.md): Monotonic microseconds.
- [MonotonicMilliseconds](https://demonhunterlabs.com/reference/text/time--MonotonicMilliseconds.md): Monotonic milliseconds.
- [MountYuiSurface](https://demonhunterlabs.com/reference/text/frontend.yui--MountYuiSurface.md): Mounting, surface adaptation, renderer reports, and compatibility smoke controls.
- [Mouse.IsDown](https://demonhunterlabs.com/reference/text/runtime--Mouse.IsDown.md): Is down through the Mouse runtime.
- [Mouse.SetCursorVisible](https://demonhunterlabs.com/reference/text/runtime--Mouse.SetCursorVisible.md): Set cursor visible through the Mouse runtime.
- [Mouse.SetRelativeMode](https://demonhunterlabs.com/reference/text/runtime--Mouse.SetRelativeMode.md): Set relative mode through the Mouse runtime.
- [Mouse.TakeRelativeX](https://demonhunterlabs.com/reference/text/runtime--Mouse.TakeRelativeX.md): Take relative x through the Mouse runtime.
- [Mouse.TakeRelativeY](https://demonhunterlabs.com/reference/text/runtime--Mouse.TakeRelativeY.md): Take relative y through the Mouse runtime.
- [Mouse.X](https://demonhunterlabs.com/reference/text/runtime--Mouse.X.md): X through the Mouse runtime.
- [Mouse.Y](https://demonhunterlabs.com/reference/text/runtime--Mouse.Y.md): Y through the Mouse runtime.
- [MouseButtons](https://demonhunterlabs.com/reference/text/input.mouse--MouseButtons-20941e8c.md): Mouse buttons.
- [mouseButtons](https://demonhunterlabs.com/reference/text/input.mouse--mouseButtons-2bff80dc.md): A mouse buttons record carrying left, middle, right, back, forward.
- [mouseDelta](https://demonhunterlabs.com/reference/text/input.mouse--mouseDelta.md): A mouse delta record carrying x, y.
- [mouseFrame](https://demonhunterlabs.com/reference/text/input.mouse--mouseFrame.md): A mouse frame record carrying position, buttons, wheelSteps.
- [MousePosition](https://demonhunterlabs.com/reference/text/input.mouse--MousePosition-22ce9121.md): Mouse position.
- [mousePosition](https://demonhunterlabs.com/reference/text/input.mouse--mousePosition-c3da30cf.md): A mouse position record carrying x, y.
- [MouseX](https://demonhunterlabs.com/reference/text/input.mouse--MouseX.md): Mouse x.
- [MouseY](https://demonhunterlabs.com/reference/text/input.mouse--MouseY.md): Mouse y.
- [MoveResizeWindow](https://demonhunterlabs.com/reference/text/window--MoveResizeWindow.md): Move resize window.
- [MoveTensorBuffer](https://demonhunterlabs.com/reference/text/compute.tensor--MoveTensorBuffer.md): Move tensor buffer.
- [MultiplyIntBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--MultiplyIntBuffers.md): Multiply int buffers.
- [MultiplyInts](https://demonhunterlabs.com/reference/text/compute.kernels--MultiplyInts.md): Multiply ints.
- [MultiplySimdFloatVectors](https://demonhunterlabs.com/reference/text/compute.simd--MultiplySimdFloatVectors.md): Multiply simd float vectors.
- [MultiplySimdIntVectors](https://demonhunterlabs.com/reference/text/compute.simd--MultiplySimdIntVectors.md): Multiply simd int vectors.
- [MultiplyTensorBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--MultiplyTensorBuffers.md): Multiply tensor buffers.
- [Name an action](https://demonhunterlabs.com/reference/text/recipe--functions.md): Write a function you can call more than once.
- [NativeImageSamplingSupportFlagsV1](https://demonhunterlabs.com/reference/text/graphics.canvas--NativeImageSamplingSupportFlagsV1.md): Runtime discovery: 1=active context, 2=native linear sampling is available with explicit edge clamping. Native linear is a provider acceleration, not the cross-device exact software sampling contract.
- [nativeKeyboardRecord](https://demonhunterlabs.com/reference/text/window.multi--nativeKeyboardRecord.md): A native keyboard record record carrying windowId, sequence, physicalCode, logicalKey, modifiers, and related state.
- [nativePointerContactChange](https://demonhunterlabs.com/reference/text/window.multi--nativePointerContactChange.md): A native pointer contact change record carrying kind, pointer.
- [nativePointerFrame](https://demonhunterlabs.com/reference/text/window.multi--nativePointerFrame.md): A native pointer frame record carrying schema, schemaVersion, windowId, sequence, timestampMicroseconds, and related state.
- [nativePointerRecord](https://demonhunterlabs.com/reference/text/window.multi--nativePointerRecord.md): A native pointer record record carrying windowId, sequence, pointerId, pointerType, buttons, and related state.
- [NativePointerRecordFingerprint](https://demonhunterlabs.com/reference/text/window.multi--NativePointerRecordFingerprint.md): Native pointer record fingerprint.
- [nativePointerReplayResult](https://demonhunterlabs.com/reference/text/window.multi--nativePointerReplayResult.md): A native pointer replay result record carrying replayed, fingerprints, diagnostic.
- [nativeUiDisplayColorCapabilityV1](https://demonhunterlabs.com/reference/text/host.ui_services--nativeUiDisplayColorCapabilityV1.md): A native ui display color capability v1 record carrying schema, schemaVersion, displayId, available, profileAvailable, and related state.
- [nativeUiDisplayRecord](https://demonhunterlabs.com/reference/text/host.ui_services--nativeUiDisplayRecord.md): A native ui display record record carrying id, x, y, width, height, and related state.
- [nativeUiHostCapabilityRecord](https://demonhunterlabs.com/reference/text/host.ui_services--nativeUiHostCapabilityRecord.md): A native ui host capability record record carrying schema, schemaVersion, provider, accessibility, textInput, and related state.
- [nativeUiHostEventRecord](https://demonhunterlabs.com/reference/text/host.ui_services--nativeUiHostEventRecord.md): A native ui host event record record carrying sequence, timestampMicroseconds, correlationId, category, subject, and related state.
- [nativeUiHostReferenceProvider](https://demonhunterlabs.com/reference/text/host.ui_services--nativeUiHostReferenceProvider.md): A native ui host reference provider record carrying schema, schemaVersion, provider, capabilitySchema, capabilitySchemaVersion, and related state.
- [nativeWindowCapabilitySet](https://demonhunterlabs.com/reference/text/window.multi--nativeWindowCapabilitySet.md): A native window capability set record carrying schema, schemaVersion, provider, maximumWindows, ownership, and related state.
- [nativeWindowEvent](https://demonhunterlabs.com/reference/text/window.multi--nativeWindowEvent.md): A native window event record carrying sequence, windowId, kind, detail, timestampMicroseconds.
- [nativeWindowReferenceRuntime](https://demonhunterlabs.com/reference/text/window.multi--nativeWindowReferenceRuntime.md): A native window reference runtime record carrying schema, schemaVersion, capabilities, windows, events, and related state.
- [nativeWindowReferenceState](https://demonhunterlabs.com/reference/text/window.multi--nativeWindowReferenceState.md): A native window reference state record carrying id, ownerId, title, x, y, and related state.
- [nativeWindowSpec](https://demonhunterlabs.com/reference/text/window.multi--nativeWindowSpec.md): A native window spec record carrying id, ownerId, title, width, height, and related state.
- [NetworkUdp.Close](https://demonhunterlabs.com/reference/text/runtime--NetworkUdp.Close.md): Close through the NetworkUdp runtime.
- [NetworkUdp.IsOpen](https://demonhunterlabs.com/reference/text/runtime--NetworkUdp.IsOpen.md): Is open through the NetworkUdp runtime.
- [NetworkUdp.LocalPort](https://demonhunterlabs.com/reference/text/runtime--NetworkUdp.LocalPort.md): Local port through the NetworkUdp runtime.
- [NetworkUdp.Open](https://demonhunterlabs.com/reference/text/runtime--NetworkUdp.Open.md): Open through the NetworkUdp runtime.
- [NetworkUdp.Receive](https://demonhunterlabs.com/reference/text/runtime--NetworkUdp.Receive.md): Receive through the NetworkUdp runtime.
- [NetworkUdp.ReceiveAddress](https://demonhunterlabs.com/reference/text/runtime--NetworkUdp.ReceiveAddress.md): Receive address through the NetworkUdp runtime.
- [NetworkUdp.ReceiveByte](https://demonhunterlabs.com/reference/text/runtime--NetworkUdp.ReceiveByte.md): Receive byte through the NetworkUdp runtime.
- [NetworkUdp.ReceiveValue](https://demonhunterlabs.com/reference/text/runtime--NetworkUdp.ReceiveValue.md): Receive value through the NetworkUdp runtime.
- [NetworkUdp.Send](https://demonhunterlabs.com/reference/text/runtime--NetworkUdp.Send.md): Send through the NetworkUdp runtime.
- [next](https://demonhunterlabs.com/reference/text/word--next.md): Continue the nearest loop
- [NextYuiStyleIndex](https://demonhunterlabs.com/reference/text/ui--NextYuiStyleIndex.md): Next yui style index.
- [NondeterministicEnvelopePolicy](https://demonhunterlabs.com/reference/text/compute.parity--NondeterministicEnvelopePolicy.md): Nondeterministic envelope policy.
- [NormalizeSimdTargetFamily](https://demonhunterlabs.com/reference/text/compute.simd--NormalizeSimdTargetFamily.md): Normalize simd target family.
- [NormalizeWindowsDisplayColorCapabilityV1](https://demonhunterlabs.com/reference/text/host.windows--NormalizeWindowsDisplayColorCapabilityV1.md): Normalize windows display color capability v1.
- [null](https://demonhunterlabs.com/reference/text/word--null.md): Nullable absence literal
- [Nullable types](https://demonhunterlabs.com/reference/text/language--nullable-values.md): A ? suffix declares a nullable reference-like value, but the complete flow analysis is not in the Kyber product path yet.
- [numericalComparisonPolicy](https://demonhunterlabs.com/reference/text/compute.parity--numericalComparisonPolicy.md): A numerical comparison policy record carrying name, comparisonClass, absoluteTolerance, relativeTolerance, meanTolerance, and related state.
- [numericalComparisonResult](https://demonhunterlabs.com/reference/text/compute.parity--numericalComparisonResult.md): A numerical comparison result record carrying passed, code, comparisonClass, expectedCount, actualCount, and related state.
- [NumericalContractSummary](https://demonhunterlabs.com/reference/text/compute.parity--NumericalContractSummary.md): Numerical contract summary.
- [numericalFloatBackendResult](https://demonhunterlabs.com/reference/text/compute.parity--numericalFloatBackendResult.md): A numerical float backend result record carrying schema, schemaVersion, operation, dtype, dimensions, and related state.
- [numericalIntBackendResult](https://demonhunterlabs.com/reference/text/compute.parity--numericalIntBackendResult.md): A numerical int backend result record carrying schema, schemaVersion, operation, dtype, dimensions, and related state.
- [numericalIntDifferentialReport](https://demonhunterlabs.com/reference/text/compute.parity--numericalIntDifferentialReport.md): A numerical int differential report record carrying schema, schemaVersion, oracle, policy, candidates, and related state.
- [numericalReproducibilityRecord](https://demonhunterlabs.com/reference/text/compute.parity--numericalReproducibilityRecord.md): A numerical reproducibility record record carrying schema, schemaVersion, operation, dtype, dimensions, and related state.
- [ObserveWindowsApplicationSessionTransition](https://demonhunterlabs.com/reference/text/host.windows--ObserveWindowsApplicationSessionTransition.md): Observe windows application session transition.
- [ObserveWindowsDelayedClipboardState](https://demonhunterlabs.com/reference/text/host.windows--ObserveWindowsDelayedClipboardState.md): Observe windows delayed clipboard state.
- [of](https://demonhunterlabs.com/reference/text/word--of.md): Connect a container to its element type
- [One semantic tree for interaction and accessibility](https://demonhunterlabs.com/reference/text/language--yui-accessibility-interaction.md): The same semantic nodes drive pointer and keyboard interaction, focus, accessible roles and names, visible state, bounds, commands, and custom rendering state.
- [OpenChildWindow](https://demonhunterlabs.com/reference/text/window--OpenChildWindow.md): Open child window.
- [OpenTranslucentChildWindow](https://demonhunterlabs.com/reference/text/window--OpenTranslucentChildWindow.md): Opt-in per-pixel-alpha final surface. Ordinary windows remain opaque and do not acquire any layered-presentation runtime or imports.
- [OpenUdpSocket](https://demonhunterlabs.com/reference/text/network.udp--OpenUdpSocket.md): Open udp socket.
- [OpenWindow](https://demonhunterlabs.com/reference/text/window--OpenWindow.md): Open window.
- [or](https://demonhunterlabs.com/reference/text/word--or.md): Short-circuit boolean disjunction
- [or](https://demonhunterlabs.com/reference/text/operator--or-717551.md): Accept either decision; the right side is skipped when the left side is true.
- [OracleCheckedAddInt](https://demonhunterlabs.com/reference/text/compute.parity--OracleCheckedAddInt.md): Oracle checked add int.
- [OracleCheckedMultiplyInt](https://demonhunterlabs.com/reference/text/compute.parity--OracleCheckedMultiplyInt.md): Oracle checked multiply int.
- [OracleConvolve1DInts](https://demonhunterlabs.com/reference/text/compute.parity--OracleConvolve1DInts.md): Oracle convolve1 dints.
- [OracleGatherInts](https://demonhunterlabs.com/reference/text/compute.parity--OracleGatherInts.md): Oracle gather ints.
- [OracleIrregularSegmentSumInts](https://demonhunterlabs.com/reference/text/compute.parity--OracleIrregularSegmentSumInts.md): Oracle irregular segment sum ints.
- [OracleMatMulInts](https://demonhunterlabs.com/reference/text/compute.parity--OracleMatMulInts.md): Oracle mat mul ints.
- [OracleReluInts](https://demonhunterlabs.com/reference/text/compute.parity--OracleReluInts.md): Oracle relu ints.
- [OracleScatterAddInts](https://demonhunterlabs.com/reference/text/compute.parity--OracleScatterAddInts.md): Oracle scatter add ints.
- [OracleSumInts](https://demonhunterlabs.com/reference/text/compute.parity--OracleSumInts.md): Oracle sum ints.
- [Ordinary, copy, original, and memoryAddress](https://demonhunterlabs.com/reference/text/language--binding-modes.md): Binding modes make value transfer and aliases visible at function and loop boundaries.
- [original](https://demonhunterlabs.com/reference/text/word--original.md): Request an admitted original alias
- [override](https://demonhunterlabs.com/reference/text/word--override.md): Implement an inherited method
- [OwningTensorContract](https://demonhunterlabs.com/reference/text/compute.tensor--OwningTensorContract.md): Owning tensor contract.
- [Paint your first pixels](https://demonhunterlabs.com/reference/text/shader--gpu-gradient.md): Give each GPU invocation one pixel. Turn its coordinates into color.
- [panic](https://demonhunterlabs.com/reference/text/word--panic.md): Unavailable fatal statement
- [parallel](https://demonhunterlabs.com/reference/text/word--parallel.md): Run admitted work concurrently
- [parityEvidence](https://demonhunterlabs.com/reference/text/compute.parity--parityEvidence.md): A parity evidence record carrying label, timing, trace, summary, note.
- [parityMismatch](https://demonhunterlabs.com/reference/text/compute.parity--parityMismatch.md): A parity mismatch record carrying kind, index, expectedValue, actualValue, deltaValue, and related state.
- [paritySummary](https://demonhunterlabs.com/reference/text/compute.parity--paritySummary.md): A parity summary record carrying label, cpuPath, optimizedPath, expectedCount, actualCount, and related state.
- [parityWorkflow](https://demonhunterlabs.com/reference/text/compute.parity--parityWorkflow.md): A parity workflow record carrying label, cpuPath, optimizedPath, summary, report, and related state.
- [PersistentSurfaceValue](https://demonhunterlabs.com/reference/text/graphics.canvas--PersistentSurfaceValue.md): Persistent surface value.
- [PinTensorBuffer](https://demonhunterlabs.com/reference/text/compute.tensor--PinTensorBuffer.md): Pin tensor buffer.
- [PlaceTensorBuffer](https://demonhunterlabs.com/reference/text/compute.device--PlaceTensorBuffer.md): Place tensor buffer.
- [PlaceTensorBufferForWorkload](https://demonhunterlabs.com/reference/text/compute.device--PlaceTensorBufferForWorkload.md): Place tensor buffer for workload.
- [plan](https://demonhunterlabs.com/reference/text/word--plan.md): Queue an oracle-only collection mutation
- [Planned collection mutation](https://demonhunterlabs.com/reference/text/language--planned-loop-mutations.md): plan remove, removeAt, add, and addAt describe mutations to apply around iteration without mutating the active traversal directly.
- [PlanYuiHostSurfaceRetainedEarlyV1](https://demonhunterlabs.com/reference/text/frontend.yui--PlanYuiHostSurfaceRetainedEarlyV1.md): This first phase is deliberately independent of surface and store state so a target adapter can return invalid and native-idle work before sampling either.
- [PlanYuiHostSurfaceRetainedV1](https://demonhunterlabs.com/reference/text/frontend.yui--PlanYuiHostSurfaceRetainedV1.md): Store state and identity are passed as inert snapshots only after the early phase. This keeps resource lookup and all provider/native work after invalid, native-idle, and compositor-only returns.
- [PlanYuiLinearImageRegionV1](https://demonhunterlabs.com/reference/text/frontend.yui--PlanYuiLinearImageRegionV1.md): Lightweight immutable planning is deliberately separate from pixel preparation. A concrete adapter can probe its native texture cache with this identity and skip all transfer-table and resampling work on an exact hit.
- [PlanYuiLinearImageTilesV1](https://demonhunterlabs.com/reference/text/frontend.yui--PlanYuiLinearImageTilesV1.md): Plan yui linear image tiles v1.
- [PlanYuiLinearImageTileV1](https://demonhunterlabs.com/reference/text/frontend.yui--PlanYuiLinearImageTileV1.md): Plans one tile of a larger bounded job. Full-job dimensions and the tile's global output origin are part of the compact native identity so tiles cannot alias ordinary regions or a differently partitioned job.
- [PlanYuiLinearNineSliceV1](https://demonhunterlabs.com/reference/text/frontend.yui--PlanYuiLinearNineSliceV1.md): A canonical linear nine-slice is prepared as one bounded texture rather than nine native textures. This preserves provider cache capacity for other resources and makes the full slice atomic at admission and teardown.
- [PlanYuiPresentedLinearImageRegionV1](https://demonhunterlabs.com/reference/text/frontend.yui--PlanYuiPresentedLinearImageRegionV1.md): Cache-first plan for a color-presented region. Native cache identity is the exact decoded content identity, while the compact resource id contains every output-affecting presentation and geometry field. Together with generation, the native tuple is collision-free across the admitted bounded values. The full renderer-neutral dependency identity remains available for retained/UI invalidation and changes even when two dependencies happen to yield the same output bytes.
- [PopCanvasRoundedClipMask](https://demonhunterlabs.com/reference/text/graphics.canvas--PopCanvasRoundedClipMask.md): Pop canvas rounded clip mask.
- [portableComputeGraph](https://demonhunterlabs.com/reference/text/compute.graph--portableComputeGraph.md): A portable compute graph record carrying name, values, nodes, outputValues, eagerParityRequired, and related state.
- [PortableFloat32x4](https://demonhunterlabs.com/reference/text/compute.simd--PortableFloat32x4.md): Portable float32x4.
- [PortableGraphContractSummary](https://demonhunterlabs.com/reference/text/compute.graph--PortableGraphContractSummary.md): Portable graph contract summary.
- [portableGraphDecision](https://demonhunterlabs.com/reference/text/compute.graph--portableGraphDecision.md): A portable graph decision record carrying admitted, code, message.
- [PortableGraphDeterministicOrder](https://demonhunterlabs.com/reference/text/compute.graph--PortableGraphDeterministicOrder.md): Portable graph deterministic order.
- [portableGraphNode](https://demonhunterlabs.com/reference/text/compute.graph--portableGraphNode.md): A portable graph node record carrying name, kind, kernelName, inputs, outputs, and related state.
- [portableGraphSchedule](https://demonhunterlabs.com/reference/text/compute.graph--portableGraphSchedule.md): A portable graph schedule record carrying graphName, policy, deterministicOrder, steps, graphCacheKey, and related state.
- [portableGraphValue](https://demonhunterlabs.com/reference/text/compute.graph--portableGraphValue.md): A portable graph value record carrying name, dtype, dimensions, device, isMutable, and related state.
- [PortableInt32x4](https://demonhunterlabs.com/reference/text/compute.simd--PortableInt32x4.md): Portable int32x4.
- [portableKernelAcceptanceRecord](https://demonhunterlabs.com/reference/text/compute.kernels--portableKernelAcceptanceRecord.md): A portable kernel acceptance record record carrying kernelName, target, contractAccepted, compilerArtifactNow, executableNow, and related state.
- [portableKernelArgument](https://demonhunterlabs.com/reference/text/compute.kernels--portableKernelArgument.md): A portable kernel argument record carrying name, role, dtype, rank, isMutable, and related state.
- [portableKernelContract](https://demonhunterlabs.com/reference/text/compute.kernels--portableKernelContract.md): A portable kernel contract record carrying name, operationKind, arguments, work, effect, and related state.
- [PortableKernelContractSummary](https://demonhunterlabs.com/reference/text/compute.kernels--PortableKernelContractSummary.md): Portable kernel contract summary.
- [portableKernelDecision](https://demonhunterlabs.com/reference/text/compute.kernels--portableKernelDecision.md): A portable kernel decision record carrying admitted, code, message.
- [PortableKernelTargetAcceptance](https://demonhunterlabs.com/reference/text/compute.kernels--PortableKernelTargetAcceptance.md): Portable kernel target acceptance.
- [portableKernelWorkContract](https://demonhunterlabs.com/reference/text/compute.kernels--portableKernelWorkContract.md): A portable kernel work contract record carrying rank, globalDimensions, localDimensions, boundsPolicy, localMemoryBytes, and related state.
- [PortableScalarFallback](https://demonhunterlabs.com/reference/text/compute.simd--PortableScalarFallback.md): Portable scalar fallback.
- [portableSchedulePolicy](https://demonhunterlabs.com/reference/text/compute.graph--portableSchedulePolicy.md): A portable schedule policy record carrying mode, allowFusion, allowSpecialization, allowCache, allowFallback.
- [portableScheduleStep](https://demonhunterlabs.com/reference/text/compute.graph--portableScheduleStep.md): A portable schedule step record carrying ordinal, nodeName, requestedDevice, resolvedDevice, fallbackUsed, and related state.
- [PortableTensorPlanHint](https://demonhunterlabs.com/reference/text/compute.tensor--PortableTensorPlanHint.md): Portable tensor plan hint.
- [PrepareYuiAuthoredDisplayLoweringContext](https://demonhunterlabs.com/reference/text/frontend.yui--PrepareYuiAuthoredDisplayLoweringContext.md): Prepare yui authored display lowering context.
- [PrepareYuiLinearImageRegionV1](https://demonhunterlabs.com/reference/text/frontend.yui--PrepareYuiLinearImageRegionV1.md): Complete bounded Windows vertical slice: on a native cache miss, materialize the exact linear-light result as BGRA8 for the established nearest texture path. This is color-correct on legacy OpenGL contexts where GL_LINEAR would interpolate encoded sRGB bytes.
- [PrepareYuiLinearImageTileV1](https://demonhunterlabs.com/reference/text/frontend.yui--PrepareYuiLinearImageTileV1.md): Materializes a tile with coordinates from the full output job. In particular, the 127/128 boundaries of a 256-pixel job sample adjacent global coordinates rather than becoming two independently normalized endpoints.
- [PrepareYuiLinearNineSliceV1](https://demonhunterlabs.com/reference/text/frontend.yui--PrepareYuiLinearNineSliceV1.md): Prepare yui linear nine slice v1.
- [PrepareYuiPresentedLinearImageRegionV1](https://demonhunterlabs.com/reference/text/frontend.yui--PrepareYuiPresentedLinearImageRegionV1.md): On a native cache miss, bind sampling and presentation exactly once, then keep the source-pixel loop free of policy validation, cache formatting, and transfer-table parsing. Hex serialization is a separate bounded pass after all arithmetic pixels have been produced.
- [PresentFrame](https://demonhunterlabs.com/reference/text/graphics.canvas--PresentFrame.md): Present frame.
- [PresentGraphics3DFrame](https://demonhunterlabs.com/reference/text/graphics.render3d--PresentGraphics3DFrame.md): Present graphics3 dframe.
- [PresentGraphicsImagePixelV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--PresentGraphicsImagePixelV1.md): Present graphics image pixel v1.
- [PresentGraphicsImagePreparedLinearPixelUncheckedV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--PresentGraphicsImagePreparedLinearPixelUncheckedV1.md): Deliberately validation-free pixel kernel. Its preconditions are established by BindGraphicsImagePresentationColorRegionV1 and the prepared sampling binding. This function performs only integer arithmetic, prepared LUT reads, and construction of the final RGBA8 value.
- [PresentPersistentSurfaceFrame](https://demonhunterlabs.com/reference/text/graphics.canvas--PresentPersistentSurfaceFrame.md): Present persistent surface frame.
- [PresentYuiCanvasDisplayList](https://demonhunterlabs.com/reference/text/frontend.yui--PresentYuiCanvasDisplayList.md): Product render loops use this bounded path: it presents the same commands without cloning the full display structure and text snapshot into per-frame diagnostic telemetry.
- [PresentYuiCanvasFlatDisplayList](https://demonhunterlabs.com/reference/text/frontend.yui--PresentYuiCanvasFlatDisplayList.md): Allocation-free hot path for an already-validated opaque direct-window display list containing identity-space clear/rect/roundedRect/text/glyph and immutable whole-source image primitives. Product frame loops validate once when they build composition, then use this path without rebuilding general transform, clip, sampling-policy, or telemetry state.
- [PresentYuiCanvasFlatDisplayListInViewport](https://demonhunterlabs.com/reference/text/frontend.yui--PresentYuiCanvasFlatDisplayListInViewport.md): Retained product hot path with one shared logical-to-window transform. The same yuiCanvasViewport can be inverted for input and applied to semantic bounds, keeping drawing, hit testing, and accessibility in one coordinate model without rebuilding or cloning the display list during resize.
- [PrimeYuiThemeValidation](https://demonhunterlabs.com/reference/text/ui--PrimeYuiThemeValidation.md): A theme is validated once, at construction, so every copy handed to a control lowering inherits the answer instead of recomputing it. Without this the cache would only ever be warm on the copy that happened to ask first, which is not the one the next control receives.
- [private](https://demonhunterlabs.com/reference/text/word--private.md): Keep a member inside its owner
- [Process.Exit](https://demonhunterlabs.com/reference/text/runtime--Process.Exit.md): Stop the process with the supplied exit code.
- [Process.Run](https://demonhunterlabs.com/reference/text/runtime--Process.Run.md): Run an explicitly selected Windows program in an owned job and wait for its exit.
- [Process.StartDetached](https://demonhunterlabs.com/reference/text/runtime--Process.StartDetached.md): Start detached through the Process runtime.
- [profileReport](https://demonhunterlabs.com/reference/text/compute.profiling--profileReport.md): A profile report record carrying label, timings, traces, floatTraces, events, and related state.
- [profileTiming](https://demonhunterlabs.com/reference/text/compute.profiling--profileTiming.md): A profile timing record carrying label, stage, origin, plannedMs, actualMs, and related state.
- [profileTrace](https://demonhunterlabs.com/reference/text/compute.profiling--profileTrace.md): A profile trace record carrying label, shape, values, note.
- [Project entry and source files](https://demonhunterlabs.com/reference/text/language--project-entry.md): A Yeho project starts in start.yh. Top-level statements are the program, so there is no ceremonial main function.
- [project.mech](https://demonhunterlabs.com/reference/text/language--project-manifest.md): project.mech declares project identity, source roots, packages, target intent, and feature gates such as tuple experiments.
- [PromptChoice](https://demonhunterlabs.com/reference/text/console--PromptChoice.md): Prompt choice.
- [PromptChoiceOr](https://demonhunterlabs.com/reference/text/console--PromptChoiceOr.md): Prompt choice or.
- [PromptText](https://demonhunterlabs.com/reference/text/console--PromptText.md): Prompt text.
- [PromptTextOr](https://demonhunterlabs.com/reference/text/console--PromptTextOr.md): Prompt text or.
- [PromptYesNo](https://demonhunterlabs.com/reference/text/console--PromptYesNo.md): Prompt yes no.
- [PromptYesNoOr](https://demonhunterlabs.com/reference/text/console--PromptYesNoOr.md): Prompt yes no or.
- [protected](https://demonhunterlabs.com/reference/text/word--protected.md): Expose through inheritance
- [public](https://demonhunterlabs.com/reference/text/word--public.md): Expose a member publicly
- [PublishWindowsUiAccessibilityNativeRoot](https://demonhunterlabs.com/reference/text/host.windows--PublishWindowsUiAccessibilityNativeRoot.md): Publish windows ui accessibility native root.
- [PushCanvasRoundedClipMask](https://demonhunterlabs.com/reference/text/graphics.canvas--PushCanvasRoundedClipMask.md): Push canvas rounded clip mask.
- [quantizedBlockSpec](https://demonhunterlabs.com/reference/text/compute.kernels--quantizedBlockSpec.md): A quantized block spec record carrying name, path, blockSize, mixedPrecision, note.
- [QuantizedBlockSummary](https://demonhunterlabs.com/reference/text/compute.kernels--QuantizedBlockSummary.md): Quantized block summary.
- [QuantizedMixedPrecisionDot](https://demonhunterlabs.com/reference/text/compute.kernels--QuantizedMixedPrecisionDot.md): Quantized mixed precision dot.
- [quantizedModelBlock](https://demonhunterlabs.com/reference/text/compute.kernels--quantizedModelBlock.md): A quantized model block record carrying name, spec, execution, originalValues, quantizedValues, and related state.
- [quantizedPathSpec](https://demonhunterlabs.com/reference/text/compute.kernels--quantizedPathSpec.md): A quantized path spec record carrying name, scaleNumerator, scaleDenominator, zeroPoint, minimumCode, and related state.
- [QuantizeIntBlockBuffer](https://demonhunterlabs.com/reference/text/compute.kernels--QuantizeIntBlockBuffer.md): Quantize int block buffer.
- [QuantizeIntBlocks](https://demonhunterlabs.com/reference/text/compute.kernels--QuantizeIntBlocks.md): Quantize int blocks.
- [QuantizeIntBuffer](https://demonhunterlabs.com/reference/text/compute.kernels--QuantizeIntBuffer.md): Quantize int buffer.
- [QuantizeIntList](https://demonhunterlabs.com/reference/text/compute.kernels--QuantizeIntList.md): Quantize int list.
- [QuantizeIntValue](https://demonhunterlabs.com/reference/text/compute.kernels--QuantizeIntValue.md): Quantize int value.
- [QuantizeTensorBufferBlocks](https://demonhunterlabs.com/reference/text/compute.kernels--QuantizeTensorBufferBlocks.md): Quantize tensor buffer blocks.
- [QueryGraphicsTextShapingCapabilityV2](https://demonhunterlabs.com/reference/text/graphics.text--QueryGraphicsTextShapingCapabilityV2.md): Query graphics text shaping capability v2.
- [QueryGraphicsWindowsGlyphRunCaptureCapability](https://demonhunterlabs.com/reference/text/graphics.text.windows--QueryGraphicsWindowsGlyphRunCaptureCapability.md): Query graphics windows glyph run capture capability.
- [QueryGraphicsWindowsTextGeometryCapability](https://demonhunterlabs.com/reference/text/graphics.text.windows--QueryGraphicsWindowsTextGeometryCapability.md): Query graphics windows text geometry capability.
- [QueryGraphicsWindowsTextLayoutCapability](https://demonhunterlabs.com/reference/text/graphics.text.windows--QueryGraphicsWindowsTextLayoutCapability.md): Query graphics windows text layout capability.
- [QueryGraphicsWindowsTextShapingCapabilityV2](https://demonhunterlabs.com/reference/text/graphics.text.windows--QueryGraphicsWindowsTextShapingCapabilityV2.md): Query graphics windows text shaping capability v2.
- [RaiseWindowsUiAccessibilityNativeEvent](https://demonhunterlabs.com/reference/text/host.windows--RaiseWindowsUiAccessibilityNativeEvent.md): Raise windows ui accessibility native event.
- [Range for loops](https://demonhunterlabs.com/reference/text/language--range-for.md): A range loop names its counter, start, exclusive or inclusive end, and optional step expression.
- [RasterizeGraphicsWindowsGlyphAlphaV1](https://demonhunterlabs.com/reference/text/graphics.text.windows--RasterizeGraphicsWindowsGlyphAlphaV1.md): Presentation-only consumers can admit the same immutable DirectWrite A8 resources without materializing renderer-neutral shaped-run/cluster/font snapshots they never inspect. The native call and resource validation stay identical to the full shaped-text bridge; only the unused diagnostic model is omitted from the consumer's compiled reachability graph.
- [ReadAudioControlFloat](https://demonhunterlabs.com/reference/text/audio--ReadAudioControlFloat.md): Read audio control float.
- [ReadAudioControlInt](https://demonhunterlabs.com/reference/text/audio--ReadAudioControlInt.md): Read audio control int.
- [ReadCommitted](https://demonhunterlabs.com/reference/text/input.text--ReadCommitted.md): Read committed.
- [ReadGraphics3DPixelRgb8](https://demonhunterlabs.com/reference/text/graphics.render3d--ReadGraphics3DPixelRgb8.md): Coordinates use the provider's bottom-left framebuffer origin. The result is packed 0x00RRGGBB, or -1 when the read is rejected.
- [ReadGraphicsWindowsTextGeometrySnapshot](https://demonhunterlabs.com/reference/text/graphics.text.windows--ReadGraphicsWindowsTextGeometrySnapshot.md): Copies a previously produced bounded geometry generation. Fused providers use this reader after capturing glyph runs and geometry from one native layout, avoiding a second Measure call and therefore a second layout.
- [ReadLine](https://demonhunterlabs.com/reference/text/console--ReadLine.md): Read line.
- [readonly](https://demonhunterlabs.com/reference/text/word--readonly.md): Prevent ordinary field replacement
- [ReadWindowsClipboardText](https://demonhunterlabs.com/reference/text/host.windows--ReadWindowsClipboardText.md): Read windows clipboard text.
- [ReduceDotIntBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--ReduceDotIntBuffers.md): Reduce dot int buffers.
- [ReduceEnergyIntBuffer](https://demonhunterlabs.com/reference/text/compute.kernels--ReduceEnergyIntBuffer.md): Reduce energy int buffer.
- [ReduceMeanIntBuffer](https://demonhunterlabs.com/reference/text/compute.kernels--ReduceMeanIntBuffer.md): Reduce mean int buffer.
- [ReduceSumIntBuffer](https://demonhunterlabs.com/reference/text/compute.kernels--ReduceSumIntBuffer.md): Reduce sum int buffer.
- [ReferenceVulkanAdapter](https://demonhunterlabs.com/reference/text/compute.accelerator--ReferenceVulkanAdapter.md): Reference vulkan adapter.
- [RegisterYuiCoreActionDisplayPaints](https://demonhunterlabs.com/reference/text/frontend.yui--RegisterYuiCoreActionDisplayPaints.md): Register yui core action display paints.
- [RegisterYuiCoreChoiceDisplayPaints](https://demonhunterlabs.com/reference/text/frontend.yui--RegisterYuiCoreChoiceDisplayPaints.md): Register yui core choice display paints.
- [RegisterYuiCoreContainerDisplayPaints](https://demonhunterlabs.com/reference/text/frontend.yui--RegisterYuiCoreContainerDisplayPaints.md): Register yui core container display paints.
- [RegisterYuiCoreLayoutDisplayPaints](https://demonhunterlabs.com/reference/text/frontend.yui--RegisterYuiCoreLayoutDisplayPaints.md): Register yui core layout display paints.
- [RegisterYuiCorePassiveDisplayPaints](https://demonhunterlabs.com/reference/text/frontend.yui--RegisterYuiCorePassiveDisplayPaints.md): Register yui core passive display paints.
- [RegisterYuiCoreSelectionStripDisplayPaints](https://demonhunterlabs.com/reference/text/frontend.yui--RegisterYuiCoreSelectionStripDisplayPaints.md): Register yui core selection strip display paints.
- [RegisterYuiCoreSplitterDisplayPaints](https://demonhunterlabs.com/reference/text/frontend.yui--RegisterYuiCoreSplitterDisplayPaints.md): Register yui core splitter display paints.
- [RegisterYuiCoreValueDisplayPaints](https://demonhunterlabs.com/reference/text/frontend.yui--RegisterYuiCoreValueDisplayPaints.md): Register yui core value display paints.
- [RegisterYuiEditableTextFieldDisplayResources](https://demonhunterlabs.com/reference/text/frontend.yui--RegisterYuiEditableTextFieldDisplayResources.md): Register yui editable text field display resources.
- [ReleaseTensorBuffer](https://demonhunterlabs.com/reference/text/compute.tensor--ReleaseTensorBuffer.md): Release tensor buffer.
- [ReleaseUiSurfacePointer](https://demonhunterlabs.com/reference/text/ui--ReleaseUiSurfacePointer.md): Release ui surface pointer.
- [ReluIntBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--ReluIntBuffers.md): Relu int buffers.
- [ReluInts](https://demonhunterlabs.com/reference/text/compute.kernels--ReluInts.md): Relu ints.
- [remove](https://demonhunterlabs.com/reference/text/word--remove.md): Remove a planned item
- [removeAt](https://demonhunterlabs.com/reference/text/word--removeAt.md): Remove a planned index
- [RemoveCachedImageBgra8](https://demonhunterlabs.com/reference/text/graphics.canvas--RemoveCachedImageBgra8.md): Remove cached image bgra8.
- [Removed and reserved statement words](https://demonhunterlabs.com/reference/text/language--rejected-words.md): Several readable ideas are intentionally not source-language features yet. The compiler rejects them with a supported replacement instead of silently inventing behavior.
- [RenderAllocatorView](https://demonhunterlabs.com/reference/text/diagnostics--RenderAllocatorView.md): Format allocator view as readable text.
- [RenderCapabilityTable](https://demonhunterlabs.com/reference/text/compute.simd--RenderCapabilityTable.md): Format capability table as readable text.
- [RenderCleanupView](https://demonhunterlabs.com/reference/text/diagnostics--RenderCleanupView.md): Format cleanup view as readable text.
- [RenderComputeBufferLayoutCatalog](https://demonhunterlabs.com/reference/text/compute.buffer--RenderComputeBufferLayoutCatalog.md): Format compute buffer layout catalog as readable text.
- [RenderConsoleBullet](https://demonhunterlabs.com/reference/text/console--RenderConsoleBullet.md): Format console bullet as readable text.
- [RenderConsoleChoicePrompt](https://demonhunterlabs.com/reference/text/console--RenderConsoleChoicePrompt.md): Format console choice prompt as readable text.
- [RenderConsoleCount](https://demonhunterlabs.com/reference/text/console--RenderConsoleCount.md): Format console count as readable text.
- [RenderConsoleDivider](https://demonhunterlabs.com/reference/text/console--RenderConsoleDivider.md): Format console divider as readable text.
- [RenderConsoleErrorDetails](https://demonhunterlabs.com/reference/text/console--RenderConsoleErrorDetails.md): Format console error details as readable text.
- [RenderConsoleFailure](https://demonhunterlabs.com/reference/text/console--RenderConsoleFailure.md): Format console failure as readable text.
- [RenderConsoleInfo](https://demonhunterlabs.com/reference/text/console--RenderConsoleInfo.md): Format console info as readable text.
- [RenderConsoleKeyValue](https://demonhunterlabs.com/reference/text/console--RenderConsoleKeyValue.md): Format console key value as readable text.
- [RenderConsoleMetric](https://demonhunterlabs.com/reference/text/console--RenderConsoleMetric.md): Format console metric as readable text.
- [RenderConsoleNumberedItem](https://demonhunterlabs.com/reference/text/console--RenderConsoleNumberedItem.md): Format console numbered item as readable text.
- [RenderConsolePrompt](https://demonhunterlabs.com/reference/text/console--RenderConsolePrompt.md): Format console prompt as readable text.
- [RenderConsolePromptWithDefault](https://demonhunterlabs.com/reference/text/console--RenderConsolePromptWithDefault.md): Format console prompt with default as readable text.
- [RenderConsoleSection](https://demonhunterlabs.com/reference/text/console--RenderConsoleSection.md): Format console section as readable text.
- [RenderConsoleStatus](https://demonhunterlabs.com/reference/text/console--RenderConsoleStatus.md): Format console status as readable text.
- [RenderConsoleSubsection](https://demonhunterlabs.com/reference/text/console--RenderConsoleSubsection.md): Format console subsection as readable text.
- [RenderConsoleSuccess](https://demonhunterlabs.com/reference/text/console--RenderConsoleSuccess.md): Format console success as readable text.
- [RenderConsoleWarning](https://demonhunterlabs.com/reference/text/console--RenderConsoleWarning.md): Format console warning as readable text.
- [RenderDeviceBackendContracts](https://demonhunterlabs.com/reference/text/compute.device--RenderDeviceBackendContracts.md): Format device backend contracts as readable text.
- [RenderDeviceCapabilityMatrix](https://demonhunterlabs.com/reference/text/compute.device--RenderDeviceCapabilityMatrix.md): Format device capability matrix as readable text.
- [RenderDeviceDiscoveryCatalog](https://demonhunterlabs.com/reference/text/compute.device--RenderDeviceDiscoveryCatalog.md): Format device discovery catalog as readable text.
- [RenderDeviceFallbackCatalog](https://demonhunterlabs.com/reference/text/compute.device--RenderDeviceFallbackCatalog.md): Format device fallback catalog as readable text.
- [RenderDeviceNegotiationProfile](https://demonhunterlabs.com/reference/text/compute.device--RenderDeviceNegotiationProfile.md): Format device negotiation profile as readable text.
- [RenderDevicePlacementPlan](https://demonhunterlabs.com/reference/text/compute.device--RenderDevicePlacementPlan.md): Format device placement plan as readable text.
- [RenderDeviceSupportMatrix](https://demonhunterlabs.com/reference/text/compute.device--RenderDeviceSupportMatrix.md): Format device support matrix as readable text.
- [RenderExecutionEvent](https://demonhunterlabs.com/reference/text/compute.profiling--RenderExecutionEvent.md): Format execution event as readable text.
- [RenderFloatParityReport](https://demonhunterlabs.com/reference/text/compute.parity--RenderFloatParityReport.md): Format float parity report as readable text.
- [RenderFloatParitySummary](https://demonhunterlabs.com/reference/text/compute.parity--RenderFloatParitySummary.md): Format float parity summary as readable text.
- [RenderFloatParityWorkflow](https://demonhunterlabs.com/reference/text/compute.parity--RenderFloatParityWorkflow.md): Format float parity workflow as readable text.
- [RenderGraphExecutionTrace](https://demonhunterlabs.com/reference/text/compute.graph--RenderGraphExecutionTrace.md): Format graph execution trace as readable text.
- [RenderGraphicsTextMeasureReport](https://demonhunterlabs.com/reference/text/graphics.text--RenderGraphicsTextMeasureReport.md): Format graphics text measure report as readable text.
- [RenderInterruptSafeGuidance](https://demonhunterlabs.com/reference/text/diagnostics--RenderInterruptSafeGuidance.md): Format interrupt safe guidance as readable text.
- [RenderLifecycleView](https://demonhunterlabs.com/reference/text/diagnostics--RenderLifecycleView.md): Format lifecycle view as readable text.
- [RenderLiveDeviceCapabilityMatrix](https://demonhunterlabs.com/reference/text/compute.device--RenderLiveDeviceCapabilityMatrix.md): Format live device capability matrix as readable text.
- [RenderLiveDeviceDiscoveryCatalog](https://demonhunterlabs.com/reference/text/compute.device--RenderLiveDeviceDiscoveryCatalog.md): Format live device discovery catalog as readable text.
- [RenderLiveDeviceSupportMatrix](https://demonhunterlabs.com/reference/text/compute.device--RenderLiveDeviceSupportMatrix.md): Format live device support matrix as readable text.
- [RenderMemorySample](https://demonhunterlabs.com/reference/text/compute.profiling--RenderMemorySample.md): Format memory sample as readable text.
- [RenderMemoryTimeline](https://demonhunterlabs.com/reference/text/compute.profiling--RenderMemoryTimeline.md): Format memory timeline as readable text.
- [RenderMetric](https://demonhunterlabs.com/reference/text/diagnostics--RenderMetric.md): Format metric as readable text.
- [RenderParityDivergenceReport](https://demonhunterlabs.com/reference/text/compute.parity--RenderParityDivergenceReport.md): Format parity divergence report as readable text.
- [RenderParityEvidence](https://demonhunterlabs.com/reference/text/compute.parity--RenderParityEvidence.md): Format parity evidence as readable text.
- [RenderParityEvidenceReport](https://demonhunterlabs.com/reference/text/compute.parity--RenderParityEvidenceReport.md): Format parity evidence report as readable text.
- [RenderParityMismatchReport](https://demonhunterlabs.com/reference/text/compute.parity--RenderParityMismatchReport.md): Format parity mismatch report as readable text.
- [RenderParityReport](https://demonhunterlabs.com/reference/text/compute.parity--RenderParityReport.md): Format parity report as readable text.
- [RenderParitySummary](https://demonhunterlabs.com/reference/text/compute.parity--RenderParitySummary.md): Format parity summary as readable text.
- [RenderParityWorkflow](https://demonhunterlabs.com/reference/text/compute.parity--RenderParityWorkflow.md): Format parity workflow as readable text.
- [RenderProfileReport](https://demonhunterlabs.com/reference/text/compute.profiling--RenderProfileReport.md): Format profile report as readable text.
- [RenderProgramExplanation](https://demonhunterlabs.com/reference/text/diagnostics--RenderProgramExplanation.md): Format program explanation as readable text.
- [RenderSimdCapabilityTable](https://demonhunterlabs.com/reference/text/compute.simd--RenderSimdCapabilityTable.md): Format simd capability table as readable text.
- [RenderSimdFloatParitySummary](https://demonhunterlabs.com/reference/text/compute.simd--RenderSimdFloatParitySummary.md): Format simd float parity summary as readable text.
- [RenderSimdFloatParityView](https://demonhunterlabs.com/reference/text/compute.parity--RenderSimdFloatParityView.md): Format simd float parity view as readable text.
- [RenderSimdIntParitySummary](https://demonhunterlabs.com/reference/text/compute.simd--RenderSimdIntParitySummary.md): Format simd int parity summary as readable text.
- [RenderSimdParityView](https://demonhunterlabs.com/reference/text/compute.parity--RenderSimdParityView.md): Format simd parity view as readable text.
- [RenderSimdRequirementReport](https://demonhunterlabs.com/reference/text/compute.simd--RenderSimdRequirementReport.md): Format simd requirement report as readable text.
- [RenderSimdSelectionReport](https://demonhunterlabs.com/reference/text/compute.simd--RenderSimdSelectionReport.md): Format simd selection report as readable text.
- [RenderSimdTargetFamilies](https://demonhunterlabs.com/reference/text/compute.simd--RenderSimdTargetFamilies.md): Format simd target families as readable text.
- [RenderSimdValueCatalog](https://demonhunterlabs.com/reference/text/compute.simd--RenderSimdValueCatalog.md): Format simd value catalog as readable text.
- [RenderStatus](https://demonhunterlabs.com/reference/text/diagnostics--RenderStatus.md): Format status as readable text.
- [RenderTensorPlanSummary](https://demonhunterlabs.com/reference/text/compute.tensor--RenderTensorPlanSummary.md): Format tensor plan summary as readable text.
- [RenderTensorSummary](https://demonhunterlabs.com/reference/text/compute.tensor--RenderTensorSummary.md): Format tensor summary as readable text.
- [RenderTraceLine](https://demonhunterlabs.com/reference/text/diagnostics--RenderTraceLine.md): Format trace line as readable text.
- [RenderTraceSnapshot](https://demonhunterlabs.com/reference/text/diagnostics--RenderTraceSnapshot.md): Format trace snapshot as readable text.
- [RenderTraceView](https://demonhunterlabs.com/reference/text/diagnostics--RenderTraceView.md): Format trace view as readable text.
- [RenderUiSurfaceAccessibilityReport](https://demonhunterlabs.com/reference/text/ui--RenderUiSurfaceAccessibilityReport.md): Format ui surface accessibility report as readable text.
- [RenderUiSurfaceBlockGraphReport](https://demonhunterlabs.com/reference/text/ui--RenderUiSurfaceBlockGraphReport.md): Format ui surface block graph report as readable text.
- [RenderUiSurfaceCommandReport](https://demonhunterlabs.com/reference/text/ui--RenderUiSurfaceCommandReport.md): Format ui surface command report as readable text.
- [RenderUiSurfaceInputModelReport](https://demonhunterlabs.com/reference/text/ui--RenderUiSurfaceInputModelReport.md): Format ui surface input model report as readable text.
- [RenderUiSurfaceLayoutReport](https://demonhunterlabs.com/reference/text/ui--RenderUiSurfaceLayoutReport.md): Format ui surface layout report as readable text.
- [RenderUiSurfaceReport](https://demonhunterlabs.com/reference/text/ui--RenderUiSurfaceReport.md): Format ui surface report as readable text.
- [RenderYuiAccessibilityAdapterContracts](https://demonhunterlabs.com/reference/text/ui--RenderYuiAccessibilityAdapterContracts.md): Format yui accessibility adapter contracts as readable text.
- [RenderYuiAccessibilityReport](https://demonhunterlabs.com/reference/text/ui--RenderYuiAccessibilityReport.md): Format yui accessibility report as readable text.
- [RenderYuiActiveStyleReport](https://demonhunterlabs.com/reference/text/ui--RenderYuiActiveStyleReport.md): Format yui active style report as readable text.
- [RenderYuiAuthoredDisplayListReport](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiAuthoredDisplayListReport.md): Format yui authored display list report as readable text.
- [RenderYuiAuthoringDirection](https://demonhunterlabs.com/reference/text/ui--RenderYuiAuthoringDirection.md): Format yui authoring direction as readable text.
- [RenderYuiBlockDiagnostics](https://demonhunterlabs.com/reference/text/ui--RenderYuiBlockDiagnostics.md): Format yui block diagnostics as readable text.
- [RenderYuiBlockGraphReport](https://demonhunterlabs.com/reference/text/ui--RenderYuiBlockGraphReport.md): Format yui block graph report as readable text.
- [RenderYuiCanvasDisplayListAdapterContract](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiCanvasDisplayListAdapterContract.md): Format yui canvas display list adapter contract as readable text.
- [RenderYuiCanvasGlyphAlphaV1Contract](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiCanvasGlyphAlphaV1Contract.md): Format yui canvas glyph alpha v1 contract as readable text.
- [RenderYuiControlCatalogReport](https://demonhunterlabs.com/reference/text/ui--RenderYuiControlCatalogReport.md): Format yui control catalog report as readable text.
- [RenderYuiCoreActionDisplayContract](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiCoreActionDisplayContract.md): Format yui core action display contract as readable text.
- [RenderYuiCoreChoiceDisplayContract](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiCoreChoiceDisplayContract.md): Format yui core choice display contract as readable text.
- [RenderYuiCoreContainerDisplayContract](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiCoreContainerDisplayContract.md): Format yui core container display contract as readable text.
- [RenderYuiCoreLayoutDisplayContract](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiCoreLayoutDisplayContract.md): Format yui core layout display contract as readable text.
- [RenderYuiCorePassiveDisplayContract](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiCorePassiveDisplayContract.md): Format yui core passive display contract as readable text.
- [RenderYuiCoreRenderMetricsContract](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiCoreRenderMetricsContract.md): Format yui core render metrics contract as readable text.
- [RenderYuiCoreSelectionStripDisplayContract](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiCoreSelectionStripDisplayContract.md): Format yui core selection strip display contract as readable text.
- [RenderYuiCoreSplitterDisplayContract](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiCoreSplitterDisplayContract.md): Format yui core splitter display contract as readable text.
- [RenderYuiCoreValueDisplayContract](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiCoreValueDisplayContract.md): Format yui core value display contract as readable text.
- [RenderYuiCustomControlHookReport](https://demonhunterlabs.com/reference/text/ui--RenderYuiCustomControlHookReport.md): Format yui custom control hook report as readable text.
- [RenderYuiCustomControlReport](https://demonhunterlabs.com/reference/text/ui--RenderYuiCustomControlReport.md): Format yui custom control report as readable text.
- [RenderYuiEditableTextFieldDisplayContract](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiEditableTextFieldDisplayContract.md): Format yui editable text field display contract as readable text.
- [RenderYuiEventRouteReport](https://demonhunterlabs.com/reference/text/ui--RenderYuiEventRouteReport.md): Format yui event route report as readable text.
- [RenderYuiFrameReport](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiFrameReport.md): Format yui frame report as readable text.
- [RenderYuiHitTestReport](https://demonhunterlabs.com/reference/text/ui--RenderYuiHitTestReport.md): Format yui hit test report as readable text.
- [RenderYuiIconArtworkContract](https://demonhunterlabs.com/reference/text/ui--RenderYuiIconArtworkContract.md): Format yui icon artwork contract as readable text.
- [RenderYuiInteractiveStateReport](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiInteractiveStateReport.md): Format yui interactive state report as readable text.
- [RenderYuiKeyboardContracts](https://demonhunterlabs.com/reference/text/ui--RenderYuiKeyboardContracts.md): Format yui keyboard contracts as readable text.
- [RenderYuiLayoutPlacementReport](https://demonhunterlabs.com/reference/text/ui--RenderYuiLayoutPlacementReport.md): Format yui layout placement report as readable text.
- [RenderYuiLayoutReport](https://demonhunterlabs.com/reference/text/ui--RenderYuiLayoutReport.md): Format yui layout report as readable text.
- [RenderYuiLiteralAccentDiagnostic](https://demonhunterlabs.com/reference/text/ui--RenderYuiLiteralAccentDiagnostic.md): Format yui literal accent diagnostic as readable text.
- [RenderYuiMissingStyleDiagnostic](https://demonhunterlabs.com/reference/text/ui--RenderYuiMissingStyleDiagnostic.md): Format yui missing style diagnostic as readable text.
- [RenderYuiMissingStyleValueDiagnostic](https://demonhunterlabs.com/reference/text/ui--RenderYuiMissingStyleValueDiagnostic.md): Format yui missing style value diagnostic as readable text.
- [RenderYuiPaintPrimitiveReport](https://demonhunterlabs.com/reference/text/ui--RenderYuiPaintPrimitiveReport.md): Format yui paint primitive report as readable text.
- [RenderYuiPersistentCanvasContractV1](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiPersistentCanvasContractV1.md): Format yui persistent canvas contract v1 as readable text.
- [RenderYuiQaArtifactContract](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiQaArtifactContract.md): Format yui qa artifact contract as readable text.
- [RenderYuiRendererPrimitiveReport](https://demonhunterlabs.com/reference/text/frontend.yui--RenderYuiRendererPrimitiveReport.md): Format yui renderer primitive report as readable text.
- [RenderYuiResolvedStyleReport](https://demonhunterlabs.com/reference/text/ui--RenderYuiResolvedStyleReport.md): Format yui resolved style report as readable text.
- [RenderYuiStyleResolutionReport](https://demonhunterlabs.com/reference/text/ui--RenderYuiStyleResolutionReport.md): Format yui style resolution report as readable text.
- [RenderYuiStyleSwitchReport](https://demonhunterlabs.com/reference/text/ui--RenderYuiStyleSwitchReport.md): Format yui style switch report as readable text.
- [RenderYuiTextAndIconReport](https://demonhunterlabs.com/reference/text/ui--RenderYuiTextAndIconReport.md): Format yui text and icon report as readable text.
- [RenderYuiWindowsTextEditingGeometryV1Contract](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--RenderYuiWindowsTextEditingGeometryV1Contract.md): Format yui windows text editing geometry v1 contract as readable text.
- [RenderYuiWindowsTextProviderV1Contract](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--RenderYuiWindowsTextProviderV1Contract.md): Format yui windows text provider v1 contract as readable text.
- [RenderYuiWorkspaceReport](https://demonhunterlabs.com/reference/text/ui--RenderYuiWorkspaceReport.md): Format yui workspace report as readable text.
- [Repeat without copying lines](https://demonhunterlabs.com/reference/text/recipe--loops.md): Use a loop to count and draw repeated behavior.
- [ReplayNativePointerFrames](https://demonhunterlabs.com/reference/text/window.multi--ReplayNativePointerFrames.md): Replay native pointer frames.
- [RequestUiSurfaceBurstFrame](https://demonhunterlabs.com/reference/text/ui--RequestUiSurfaceBurstFrame.md): Request ui surface burst frame.
- [RequestUiSurfaceFrame](https://demonhunterlabs.com/reference/text/ui--RequestUiSurfaceFrame.md): Request ui surface frame.
- [RequestUiSurfaceIdleFrame](https://demonhunterlabs.com/reference/text/ui--RequestUiSurfaceIdleFrame.md): Request ui surface idle frame.
- [RequestWindowClose](https://demonhunterlabs.com/reference/text/window--RequestWindowClose.md): Request window close.
- [RequestWindowRedraw](https://demonhunterlabs.com/reference/text/window--RequestWindowRedraw.md): Request window redraw.
- [RequireNumericalPolicy](https://demonhunterlabs.com/reference/text/compute.parity--RequireNumericalPolicy.md): Require numerical policy.
- [RequirePortableKernel](https://demonhunterlabs.com/reference/text/compute.kernels--RequirePortableKernel.md): Require portable kernel.
- [requires](https://demonhunterlabs.com/reference/text/word--requires.md): Declare a precondition
- [Requires, ensures, and invariants](https://demonhunterlabs.com/reference/text/language--contracts.md): Contracts attach executable meaning to valid inputs, promised outputs, and valid object state.
- [RequireSimdCapability](https://demonhunterlabs.com/reference/text/compute.simd--RequireSimdCapability.md): Require simd capability.
- [ResetGraphics3DSunHemisphereLightingV1](https://demonhunterlabs.com/reference/text/graphics.render3d--ResetGraphics3DSunHemisphereLightingV1.md): Reset graphics3 dsun hemisphere lighting v1.
- [ResizeUiSurface](https://demonhunterlabs.com/reference/text/ui--ResizeUiSurface.md): Resize ui surface.
- [ResizeYuiMount](https://demonhunterlabs.com/reference/text/frontend.yui--ResizeYuiMount.md): Resize yui mount.
- [ResolveDevicePlacement](https://demonhunterlabs.com/reference/text/compute.device--ResolveDevicePlacement.md): Resolve device placement.
- [ResolveHostStorage](https://demonhunterlabs.com/reference/text/host.storage--ResolveHostStorage.md): Resolve host storage.
- [ResolveKernelExecutionLadder](https://demonhunterlabs.com/reference/text/compute.kernels--ResolveKernelExecutionLadder.md): Resolve kernel execution ladder.
- [ResolveTensorDimension](https://demonhunterlabs.com/reference/text/compute.tensor--ResolveTensorDimension.md): Resolve tensor dimension.
- [ResolveYuiAuthoredApplicationLayout](https://demonhunterlabs.com/reference/text/frontend.yui--ResolveYuiAuthoredApplicationLayout.md): Resolve yui authored application layout.
- [ResolveYuiAuthoredTreeLayout](https://demonhunterlabs.com/reference/text/frontend.yui--ResolveYuiAuthoredTreeLayout.md): Resolve yui authored tree layout.
- [ResolveYuiComponentMaterial](https://demonhunterlabs.com/reference/text/ui--ResolveYuiComponentMaterial.md): Resolve yui component material.
- [ResolveYuiCoreActionRenderMetrics](https://demonhunterlabs.com/reference/text/frontend.yui--ResolveYuiCoreActionRenderMetrics.md): Resolve yui core action render metrics.
- [ResolveYuiCoreRenderMetrics](https://demonhunterlabs.com/reference/text/frontend.yui--ResolveYuiCoreRenderMetrics.md): Resolve yui core render metrics.
- [ResolveYuiEditableTextCompositionPlacement](https://demonhunterlabs.com/reference/text/frontend.yui--ResolveYuiEditableTextCompositionPlacement.md): Resolve yui editable text composition placement.
- [ResolveYuiRoleColor](https://demonhunterlabs.com/reference/text/ui--ResolveYuiRoleColor.md): Resolve yui role color.
- [ResolveYuiWindowsEditingKey](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--ResolveYuiWindowsEditingKey.md): Resolve yui windows editing key.
- [ResumeUiSurface](https://demonhunterlabs.com/reference/text/ui--ResumeUiSurface.md): Resume ui surface.
- [Retained custom rendering and exact damage](https://demonhunterlabs.com/reference/text/language--yui-retained-rendering.md): YUI owns one retained scene and renderer-neutral display commands. A mutation lowers only dirty owners, while semantic-only changes can update accessibility state without creating paint work.
- [return](https://demonhunterlabs.com/reference/text/word--return.md): Leave a function with an optional value
- [returns](https://demonhunterlabs.com/reference/text/word--returns.md): Deprecated spelling of ->
- [Reusable components, typed properties, and slots](https://demonhunterlabs.com/reference/text/language--yui-components-slots.md): A project-local component can expose required or defaulted properties and named content slots. It imports like ordinary source and needs no compiler registration or global component catalog.
- [reverse](https://demonhunterlabs.com/reference/text/word--reverse.md): Traverse a collection backward
- [RouteUiSurfaceKeyboard](https://demonhunterlabs.com/reference/text/ui--RouteUiSurfaceKeyboard.md): Route ui surface keyboard.
- [RouteUiSurfacePointer](https://demonhunterlabs.com/reference/text/ui--RouteUiSurfacePointer.md): Route ui surface pointer.
- [RouteYuiKeyboardPath](https://demonhunterlabs.com/reference/text/ui--RouteYuiKeyboardPath.md): Route yui keyboard path.
- [RouteYuiPointerAcquisition](https://demonhunterlabs.com/reference/text/ui--RouteYuiPointerAcquisition.md): Route yui pointer acquisition.
- [RouteYuiPointerPath](https://demonhunterlabs.com/reference/text/ui--RouteYuiPointerPath.md): Route yui pointer path.
- [rune](https://demonhunterlabs.com/reference/text/type--rune-dcd69b.md): A Unicode scalar value for a character beyond a byte-sized representation.
- [RunFpsWarsPortableHeadlessContract](https://demonhunterlabs.com/reference/text/dolphin.fpswarsPolicy--RunFpsWarsPortableHeadlessContract.md): This loop is intentionally small, but it is not a parallel rules model: each decision below is the exact top-level policy called by live authority.
- [runtimeTraceJournal](https://demonhunterlabs.com/reference/text/diagnostics--runtimeTraceJournal.md): A runtime trace journal record carrying name, entries, nextSequence, taskTransitionCount, tunnelTransitionCount, and related state.
- [runtimeTraceRecord](https://demonhunterlabs.com/reference/text/diagnostics--runtimeTraceRecord.md): A runtime trace record record carrying sequence, kind, subject, state, detail, and related state.
- [SampleGraphicsImageBoundQuadV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--SampleGraphicsImageBoundQuadV1.md): Sample graphics image bound quad v1.
- [SampleGraphicsImagePreparedPixelV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--SampleGraphicsImagePreparedPixelV1.md): Sample graphics image prepared pixel v1.
- [SampleGraphicsImageQuadV1](https://demonhunterlabs.com/reference/text/graphics.image.processing--SampleGraphicsImageQuadV1.md): Sample graphics image quad v1.
- [Say something that is yours](https://demonhunterlabs.com/reference/text/recipe--first-line.md): Edit, save, run, and recognize your own output.
- [ScaleYuiLogicalValue](https://demonhunterlabs.com/reference/text/ui--ScaleYuiLogicalValue.md): Scale yui logical value.
- [ScatterAddInts](https://demonhunterlabs.com/reference/text/compute.kernels--ScatterAddInts.md): Scatter add ints.
- [sealed](https://demonhunterlabs.com/reference/text/word--sealed.md): Close further inheritance or override
- [Seconds](https://demonhunterlabs.com/reference/text/time--Seconds.md): Seconds.
- [SeedYuiAuthoredRetainedScheduler](https://demonhunterlabs.com/reference/text/frontend.yui--SeedYuiAuthoredRetainedScheduler.md): Full authored lowering is admitted once at startup and after an explicit resize/layout reseed. The leading clear becomes the persistent frame's background clear; every remaining command is partitioned into stable shell or authored-node fragments without changing its clip/resource identity.
- [SelectAutotuningCandidate](https://demonhunterlabs.com/reference/text/compute.accelerator--SelectAutotuningCandidate.md): Select autotuning candidate.
- [SelectPortableComputeDevice](https://demonhunterlabs.com/reference/text/compute.device--SelectPortableComputeDevice.md): Select portable compute device.
- [SelectSimdCapability](https://demonhunterlabs.com/reference/text/compute.simd--SelectSimdCapability.md): Select simd capability.
- [SerializeIntTensor](https://demonhunterlabs.com/reference/text/compute.tensor--SerializeIntTensor.md): Serialize int tensor.
- [set](https://demonhunterlabs.com/reference/text/word--set.md): Allow property replacement
- [set of T](https://demonhunterlabs.com/reference/text/type--set-of-T-1261e6.md): A collection that keeps each value once, such as earned badges.
- [SetAudioControlFloat](https://demonhunterlabs.com/reference/text/audio--SetAudioControlFloat.md): Fixed atomic snapshot slots are generic transport. Their meanings belong to the consumer; the audio package never assigns musical vocabulary to them.
- [SetAudioControlInt](https://demonhunterlabs.com/reference/text/audio--SetAudioControlInt.md): Set audio control int.
- [SetCanvasScissor](https://demonhunterlabs.com/reference/text/graphics.canvas--SetCanvasScissor.md): Set canvas scissor.
- [SetCompositionPlacement](https://demonhunterlabs.com/reference/text/input.text--SetCompositionPlacement.md): Set composition placement.
- [SetGraphics3DAlphaTestedTextureMaterialV1](https://demonhunterlabs.com/reference/text/graphics.render3d--SetGraphics3DAlphaTestedTextureMaterialV1.md): Alpha testing discards texels whose authored alpha is strictly below the finite 0..1 cutoff in both the lit color draw and an active directional-sun shadow caster draw. This is a cutout contract, not translucent blending.
- [SetGraphics3DBaseColor](https://demonhunterlabs.com/reference/text/graphics.render3d--SetGraphics3DBaseColor.md): Set graphics3 dbase color.
- [SetGraphics3DGroundFillV1](https://demonhunterlabs.com/reference/text/graphics.render3d--SetGraphics3DGroundFillV1.md): Set graphics3 dground fill v1.
- [SetGraphics3DLightDirection](https://demonhunterlabs.com/reference/text/graphics.render3d--SetGraphics3DLightDirection.md): Set graphics3 dlight direction.
- [SetGraphics3DMatrixElement](https://demonhunterlabs.com/reference/text/graphics.render3d--SetGraphics3DMatrixElement.md): matrix: 0=projection, 1=view, 2=model. Elements use column-major order.
- [SetGraphics3DSkyFillV1](https://demonhunterlabs.com/reference/text/graphics.render3d--SetGraphics3DSkyFillV1.md): Sky and ground are the two endpoints of a world-up hemisphere fill. Both default to neutral 0.2, preserving the original lit-color-profile-v1 result.
- [SetGraphics3DSunLightV1](https://demonhunterlabs.com/reference/text/graphics.render3d--SetGraphics3DSunLightV1.md): Colors are bounded to 0..1. Intensity is bounded to 0..4 and is folded into the sun contribution once when configured, not recalculated by applications or exposed as provider state. Direction remains owned by SetGraphics3DLightDirection.
- [SetGraphics3DSunShadowMatrixElementV1](https://demonhunterlabs.com/reference/text/graphics.render3d--SetGraphics3DSunShadowMatrixElementV1.md): The matrix is a column-major directional-light view-projection matrix. The current model matrix remains per-draw state shared with the lit profile.
- [SetGraphics3DTextureMaterialV1](https://demonhunterlabs.com/reference/text/graphics.render3d--SetGraphics3DTextureMaterialV1.md): The texture is projected from object-space position using the dominant surface axis, so existing P3N3 meshes need no new vertex format. Scale must be finite and in 0.125..64. Solid lit color remains the exact default.
- [SetMouseCursorVisible](https://demonhunterlabs.com/reference/text/input.mouse--SetMouseCursorVisible.md): Set mouse cursor visible.
- [SetMouseRelativeMode](https://demonhunterlabs.com/reference/text/input.mouse--SetMouseRelativeMode.md): Relative mode uses raw foreground mouse input. The runtime hides and clips the cursor while focused, releases it on focus loss, and restores capture when focus returns.
- [Sets](https://demonhunterlabs.com/reference/text/language--sets.md): set of T stores unique typed values and supports membership and explicit mutation.
- [SetWindowMaximized](https://demonhunterlabs.com/reference/text/window--SetWindowMaximized.md): Set window maximized.
- [SetWindowMinimized](https://demonhunterlabs.com/reference/text/window--SetWindowMinimized.md): Set window minimized.
- [SetWindowVisible](https://demonhunterlabs.com/reference/text/window--SetWindowVisible.md): Set window visible.
- [SetYuiActiveStyle](https://demonhunterlabs.com/reference/text/ui--SetYuiActiveStyle.md): Set yui active style.
- [ShapeAndRasterizeGraphicsWindowsTextV1](https://demonhunterlabs.com/reference/text/graphics.text.windows--ShapeAndRasterizeGraphicsWindowsTextV1.md): Shape and rasterize graphics windows text v1.
- [ShapeGraphicsWindowsTextV2](https://demonhunterlabs.com/reference/text/graphics.text.windows--ShapeGraphicsWindowsTextV2.md): Shape graphics windows text v2.
- [ShapeRasterizeAndMeasureGraphicsWindowsTextV1](https://demonhunterlabs.com/reference/text/graphics.text.windows--ShapeRasterizeAndMeasureGraphicsWindowsTextV1.md): Shape rasterize and measure graphics windows text v1.
- [shapeTrace](https://demonhunterlabs.com/reference/text/compute.profiling--shapeTrace.md): A shape trace record carrying label, origin, shape, note.
- [ShareTensorBuffer](https://demonhunterlabs.com/reference/text/compute.tensor--ShareTensorBuffer.md): Share tensor buffer.
- [ShowWindowHandle](https://demonhunterlabs.com/reference/text/window--ShowWindowHandle.md): Show window handle.
- [ShutdownGraphics3D](https://demonhunterlabs.com/reference/text/graphics.render3d--ShutdownGraphics3D.md): Shutdown graphics3 d.
- [SimdCanonicalTargetFamilies](https://demonhunterlabs.com/reference/text/compute.simd--SimdCanonicalTargetFamilies.md): Simd canonical target families.
- [simdCapability](https://demonhunterlabs.com/reference/text/compute.simd--simdCapability.md): A simd capability record carrying name, target, laneFamily, laneBits, laneCount, and related state.
- [simdCapabilitySelection](https://demonhunterlabs.com/reference/text/compute.simd--simdCapabilitySelection.md): A simd capability selection record carrying target, laneFamily, selected, fallbackUsed, reason, and related state.
- [SimdCapabilitySet](https://demonhunterlabs.com/reference/text/compute.simd--SimdCapabilitySet.md): Simd capability set.
- [SimdFloatLaneMatches](https://demonhunterlabs.com/reference/text/compute.parity--SimdFloatLaneMatches.md): Simd float lane matches.
- [SimdFloatLaneMismatchCount](https://demonhunterlabs.com/reference/text/compute.parity--SimdFloatLaneMismatchCount.md): Simd float lane mismatch count.
- [simdFloatParityCase](https://demonhunterlabs.com/reference/text/compute.parity--simdFloatParityCase.md): A simd float parity case record carrying name, capability, scalarValues, simdValues, tolerance, and related state.
- [SimdFloatParityCases](https://demonhunterlabs.com/reference/text/compute.parity--SimdFloatParityCases.md): Simd float parity cases.
- [simdFloatParitySummary](https://demonhunterlabs.com/reference/text/compute.simd--simdFloatParitySummary.md): A simd float parity summary record carrying label, capability, lowering, fallbackUsed, expectedCount, and related state.
- [simdFloatVector](https://demonhunterlabs.com/reference/text/compute.simd--simdFloatVector.md): A simd float vector record carrying label, capability, lanes, lowering, fallbackUsed, and related state.
- [simdIntParitySummary](https://demonhunterlabs.com/reference/text/compute.simd--simdIntParitySummary.md): A simd int parity summary record carrying label, capability, lowering, fallbackUsed, expectedCount, and related state.
- [simdIntVector](https://demonhunterlabs.com/reference/text/compute.simd--simdIntVector.md): A simd int vector record carrying label, capability, lanes, lowering, fallbackUsed, and related state.
- [SimdLaneMatches](https://demonhunterlabs.com/reference/text/compute.parity--SimdLaneMatches.md): Simd lane matches.
- [SimdLaneMismatchCount](https://demonhunterlabs.com/reference/text/compute.parity--SimdLaneMismatchCount.md): Simd lane mismatch count.
- [simdParityCase](https://demonhunterlabs.com/reference/text/compute.parity--simdParityCase.md): A simd parity case record carrying name, capability, scalarValues, simdValues, note.
- [SimdParityCases](https://demonhunterlabs.com/reference/text/compute.parity--SimdParityCases.md): Simd parity cases.
- [SimdTargetFamilyIsAdmitted](https://demonhunterlabs.com/reference/text/compute.simd--SimdTargetFamilyIsAdmitted.md): Simd target family is admitted.
- [SimdTensorPlanHint](https://demonhunterlabs.com/reference/text/compute.tensor--SimdTensorPlanHint.md): Simd tensor plan hint.
- [SnapshotWindowsApplicationSession](https://demonhunterlabs.com/reference/text/host.windows--SnapshotWindowsApplicationSession.md): Snapshot windows application session.
- [SnapshotWindowsClipboard](https://demonhunterlabs.com/reference/text/host.windows--SnapshotWindowsClipboard.md): Snapshot windows clipboard.
- [SnapshotWindowsDisplayColorsV1](https://demonhunterlabs.com/reference/text/host.windows--SnapshotWindowsDisplayColorsV1.md): Snapshot windows display colors v1.
- [SnapshotWindowsDisplays](https://demonhunterlabs.com/reference/text/host.windows--SnapshotWindowsDisplays.md): Snapshot windows displays.
- [Start with one material](https://demonhunterlabs.com/reference/text/recipe--surface.md): Describe a Dolphin surface as a small Yeho function.
- [static](https://demonhunterlabs.com/reference/text/word--static.md): Attach a member to the type
- [StaticTensorDimension](https://demonhunterlabs.com/reference/text/compute.tensor--StaticTensorDimension.md): Static tensor dimension.
- [StatisticalNumericalPolicy](https://demonhunterlabs.com/reference/text/compute.parity--StatisticalNumericalPolicy.md): Statistical numerical policy.
- [stop](https://demonhunterlabs.com/reference/text/word--stop.md): Request task cancellation
- [string](https://demonhunterlabs.com/reference/text/word--string.md): Deprecated spelling of text
- [string (deprecated)](https://demonhunterlabs.com/reference/text/type--string-deprecated-9cdd51.md): A deprecated spelling of text. New code should use text.
- [SubtractIntBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--SubtractIntBuffers.md): Subtract int buffers.
- [SubtractInts](https://demonhunterlabs.com/reference/text/compute.kernels--SubtractInts.md): Subtract ints.
- [SubtractSimdFloatVectors](https://demonhunterlabs.com/reference/text/compute.simd--SubtractSimdFloatVectors.md): Subtract simd float vectors.
- [SubtractSimdIntVectors](https://demonhunterlabs.com/reference/text/compute.simd--SubtractSimdIntVectors.md): Subtract simd int vectors.
- [SubtractTensorBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--SubtractTensorBuffers.md): Subtract tensor buffers.
- [SumIntBuffer](https://demonhunterlabs.com/reference/text/compute.kernels--SumIntBuffer.md): Sum int buffer.
- [SumInts](https://demonhunterlabs.com/reference/text/compute.kernels--SumInts.md): Sum ints.
- [Surfaces, layouts, and widgets](https://demonhunterlabs.com/reference/text/language--yui-surfaces-layout.md): A surface is the root of an authored interface. Layout containers such as column, row, grid, stack, dock, overlay, and panel organize semantic widgets without turning the file into pixel-by-pixel drawing code.
- [SuspendUiSurface](https://demonhunterlabs.com/reference/text/ui--SuspendUiSurface.md): Suspend ui surface.
- [SuspendYuiMount](https://demonhunterlabs.com/reference/text/frontend.yui--SuspendYuiMount.md): Suspend yui mount.
- [TakeRelativeMouseDelta](https://demonhunterlabs.com/reference/text/input.mouse--TakeRelativeMouseDelta.md): TakeRelativeX performs the single packed atomic exchange and latches Y; TakeRelativeY completes that same snapshot. Keeping the pair behind this record-returning API prevents X/Y from crossing a message-pump boundary.
- [TargetCapabilities](https://demonhunterlabs.com/reference/text/compute.simd--TargetCapabilities.md): Target capabilities.
- [TargetColorCapabilityFlagsV1](https://demonhunterlabs.com/reference/text/graphics.canvas--TargetColorCapabilityFlagsV1.md): Versioned provider flags: 1=available, 2=rgba8-srgb, 4=opaque, 8=encoded-srgb blend, 16=sRGB texture enforcement, 32=sRGB framebuffer enforcement, 64=translucent final surface, 128=offscreen composition. Unknown bits require a newer contract.
- [TargetColorSupportFlagsV1](https://demonhunterlabs.com/reference/text/graphics.canvas--TargetColorSupportFlagsV1.md): Runtime discovery: 1=active context, 2=sRGB texture decode available, 4=sRGB framebuffer operation available, 8=current pixel format sRGB-capable, 16=framebuffer sRGB currently enabled, 32=sRGB texture uploads enforced, 64=strict sRGB pixel-format admission for the current target DC.
- [TargetFrameMicroseconds](https://demonhunterlabs.com/reference/text/time--TargetFrameMicroseconds.md): Target frame microseconds.
- [TargetSupportsCapability](https://demonhunterlabs.com/reference/text/compute.simd--TargetSupportsCapability.md): Target supports capability.
- [TargetSupportsLaneFamily](https://demonhunterlabs.com/reference/text/compute.simd--TargetSupportsLaneFamily.md): Target supports lane family.
- [task](https://demonhunterlabs.com/reference/text/word--task.md): Name or start asynchronous work
- [task](https://demonhunterlabs.com/reference/text/type--task-0ebb42.md): A handle to delayed work with completion and failure state.
- [task of T](https://demonhunterlabs.com/reference/text/type--task-of-T-7eb95f.md): A handle to delayed work that produces a value of type T.
- [TaskRun](https://demonhunterlabs.com/reference/text/time--TaskRun.md): Task run.
- [Tasks and delayed work](https://demonhunterlabs.com/reference/text/language--tasks.md): task starts a named function asynchronously, can carry a typed result, and can be delayed with after.
- [TaskTotal](https://demonhunterlabs.com/reference/text/time--TaskTotal.md): Task total.
- [Teach your game a rule](https://demonhunterlabs.com/reference/text/recipe--decisions.md): Choose what happens with if and else.
- [TensorActivationIntBuffer](https://demonhunterlabs.com/reference/text/compute.kernels--TensorActivationIntBuffer.md): Tensor activation int buffer.
- [tensorAliasContract](https://demonhunterlabs.com/reference/text/compute.tensor--tensorAliasContract.md): A tensor alias contract record carrying kind, sharesStorage, isMutable, overlappingWritesAllowed, writePolicy.
- [TensorAttentionMixIntBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--TensorAttentionMixIntBuffers.md): Tensor attention mix int buffers.
- [TensorAttentionScoresIntBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--TensorAttentionScoresIntBuffers.md): Tensor attention scores int buffers.
- [TensorBroadcastable](https://demonhunterlabs.com/reference/text/compute.tensor--TensorBroadcastable.md): Tensor broadcastable.
- [TensorBroadcastDimensions](https://demonhunterlabs.com/reference/text/compute.tensor--TensorBroadcastDimensions.md): Tensor broadcast dimensions.
- [tensorBuffer](https://demonhunterlabs.com/reference/text/compute.tensor--tensorBuffer.md): A tensor buffer record carrying label, shape, view, memory.
- [tensorContractDecision](https://demonhunterlabs.com/reference/text/compute.tensor--tensorContractDecision.md): A tensor contract decision record carrying admitted, code, message.
- [TensorContractSummary](https://demonhunterlabs.com/reference/text/compute.tensor--TensorContractSummary.md): Tensor contract summary.
- [TensorConversionDecision](https://demonhunterlabs.com/reference/text/compute.tensor--TensorConversionDecision.md): Tensor conversion decision.
- [TensorConvolve1DIntBuffer](https://demonhunterlabs.com/reference/text/compute.kernels--TensorConvolve1DIntBuffer.md): Tensor convolve1 dint buffer.
- [TensorCoordinatesForIndex](https://demonhunterlabs.com/reference/text/compute.tensor--TensorCoordinatesForIndex.md): Tensor coordinates for index.
- [TensorDeviceView](https://demonhunterlabs.com/reference/text/compute.tensor--TensorDeviceView.md): Tensor device view.
- [tensorDimensionContract](https://demonhunterlabs.com/reference/text/compute.tensor--tensorDimensionContract.md): A tensor dimension contract record carrying name, extent, maximumExtent, dynamic, resolved.
- [TensorDimensionsOverflow](https://demonhunterlabs.com/reference/text/compute.tensor--TensorDimensionsOverflow.md): Tensor dimensions overflow.
- [TensorDotIntBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--TensorDotIntBuffers.md): Tensor dot int buffers.
- [TensorDtype](https://demonhunterlabs.com/reference/text/compute.tensor--TensorDtype.md): Tensor dtype.
- [tensorDtypeContract](https://demonhunterlabs.com/reference/text/compute.tensor--tensorDtypeContract.md): A tensor dtype contract record carrying name, canonicalName, family, bitWidth, storageBytes, and related state.
- [TensorDtypeDecision](https://demonhunterlabs.com/reference/text/compute.tensor--TensorDtypeDecision.md): Tensor dtype decision.
- [TensorElementCount](https://demonhunterlabs.com/reference/text/compute.tensor--TensorElementCount.md): Tensor element count.
- [TensorElementCountChecked](https://demonhunterlabs.com/reference/text/compute.tensor--TensorElementCountChecked.md): Tensor element count checked.
- [TensorHostView](https://demonhunterlabs.com/reference/text/compute.tensor--TensorHostView.md): Tensor host view.
- [tensorIntSerializationRecord](https://demonhunterlabs.com/reference/text/compute.tensor--tensorIntSerializationRecord.md): A tensor int serialization record record carrying metadata, values.
- [TensorIsContiguous](https://demonhunterlabs.com/reference/text/compute.tensor--TensorIsContiguous.md): Tensor is contiguous.
- [TensorKernelReport](https://demonhunterlabs.com/reference/text/compute.kernels--TensorKernelReport.md): Tensor kernel report.
- [TensorMaterializeBuffer](https://demonhunterlabs.com/reference/text/compute.tensor--TensorMaterializeBuffer.md): Tensor materialize buffer.
- [TensorMaterializeViewValues](https://demonhunterlabs.com/reference/text/compute.tensor--TensorMaterializeViewValues.md): Tensor materialize view values.
- [TensorMatMulIntBuffers](https://demonhunterlabs.com/reference/text/compute.kernels--TensorMatMulIntBuffers.md): Tensor mat mul int buffers.
- [TensorNormalizeIntBuffer](https://demonhunterlabs.com/reference/text/compute.kernels--TensorNormalizeIntBuffer.md): Tensor normalize int buffer.
- [TensorOffsetForCoordinates](https://demonhunterlabs.com/reference/text/compute.tensor--TensorOffsetForCoordinates.md): Tensor offset for coordinates.
- [tensorOwnershipContract](https://demonhunterlabs.com/reference/text/compute.tensor--tensorOwnershipContract.md): A tensor ownership contract record carrying kind, ownsStorage, isMutable, sharesIdentity, requiresLifetimeSource, and related state.
- [tensorPlacement](https://demonhunterlabs.com/reference/text/compute.tensor--tensorPlacement.md): A tensor placement record carrying device, memory, pinned, shared.
- [TensorPlacementIsDevice](https://demonhunterlabs.com/reference/text/compute.tensor--TensorPlacementIsDevice.md): Tensor placement is device.
- [TensorPlacementIsHost](https://demonhunterlabs.com/reference/text/compute.tensor--TensorPlacementIsHost.md): Tensor placement is host.
- [TensorPlacementLabel](https://demonhunterlabs.com/reference/text/compute.tensor--TensorPlacementLabel.md): Tensor placement label.
- [tensorPlanHint](https://demonhunterlabs.com/reference/text/compute.tensor--tensorPlanHint.md): A tensor plan hint record carrying label, shape, placement, executionPath, fallbackPath, and related state.
- [TensorPlanHints](https://demonhunterlabs.com/reference/text/compute.tensor--TensorPlanHints.md): Tensor plan hints.
- [TensorPlanKey](https://demonhunterlabs.com/reference/text/compute.tensor--TensorPlanKey.md): Tensor plan key.
- [TensorPromoteDtypes](https://demonhunterlabs.com/reference/text/compute.tensor--TensorPromoteDtypes.md): Tensor promote dtypes.
- [TensorRank](https://demonhunterlabs.com/reference/text/compute.tensor--TensorRank.md): Tensor rank.
- [TensorRankFromShape](https://demonhunterlabs.com/reference/text/compute.tensor--TensorRankFromShape.md): Tensor rank from shape.
- [TensorReadBufferView](https://demonhunterlabs.com/reference/text/compute.tensor--TensorReadBufferView.md): Tensor read buffer view.
- [TensorRequireDtype](https://demonhunterlabs.com/reference/text/compute.tensor--TensorRequireDtype.md): Tensor require dtype.
- [TensorReshape](https://demonhunterlabs.com/reference/text/compute.tensor--TensorReshape.md): Tensor reshape.
- [tensorSerializationMetadata](https://demonhunterlabs.com/reference/text/compute.tensor--tensorSerializationMetadata.md): A tensor serialization metadata record carrying schema, schemaVersion, dtype, dimensions, strides, and related state.
- [tensorShape](https://demonhunterlabs.com/reference/text/compute.tensor--tensorShape.md): A tensor shape record carrying elementType, dimensions, strides.
- [TensorShapeDescription](https://demonhunterlabs.com/reference/text/compute.tensor--TensorShapeDescription.md): Tensor shape description.
- [TensorSliceBuffer](https://demonhunterlabs.com/reference/text/compute.tensor--TensorSliceBuffer.md): Tensor slice buffer.
- [TensorSliceContiguousValues](https://demonhunterlabs.com/reference/text/compute.tensor--TensorSliceContiguousValues.md): Tensor slice contiguous values.
- [TensorStorageSpanChecked](https://demonhunterlabs.com/reference/text/compute.tensor--TensorStorageSpanChecked.md): Tensor storage span checked.
- [TensorTranspose2DIntBuffer](https://demonhunterlabs.com/reference/text/compute.kernels--TensorTranspose2DIntBuffer.md): Tensor transpose2 dint buffer.
- [TensorTransposeBuffer](https://demonhunterlabs.com/reference/text/compute.tensor--TensorTransposeBuffer.md): Tensor transpose buffer.
- [TensorTransposeContiguousValues](https://demonhunterlabs.com/reference/text/compute.tensor--TensorTransposeContiguousValues.md): Tensor transpose contiguous values.
- [tensorView](https://demonhunterlabs.com/reference/text/compute.tensor--tensorView.md): A tensor view record carrying label, shape, placement, offset.
- [text](https://demonhunterlabs.com/reference/text/type--text-982d9e.md): A sequence of text for player names, messages, and other written content.
- [Text, char, rune, and bool](https://demonhunterlabs.com/reference/text/language--text-char-rune-bool.md): text is an owned text value, char is a character literal unit, rune represents a Unicode scalar, and bool is true or false only.
- [Text.CodeUnitAt](https://demonhunterlabs.com/reference/text/runtime--Text.CodeUnitAt.md): Code unit at through the Text runtime.
- [Text.Contains](https://demonhunterlabs.com/reference/text/runtime--Text.Contains.md): Check whether a text value contains another text value.
- [Text.EndsWith](https://demonhunterlabs.com/reference/text/runtime--Text.EndsWith.md): Ends with through the Text runtime.
- [Text.Format](https://demonhunterlabs.com/reference/text/runtime--Text.Format.md): Build text from a format string and supplied values, using numbered placeholders such as {0}.
- [Text.From](https://demonhunterlabs.com/reference/text/runtime--Text.From.md): Convert a supported scalar value into text for display.
- [Text.FromUtf8](https://demonhunterlabs.com/reference/text/runtime--Text.FromUtf8.md): From utf8 through the Text runtime.
- [Text.Join](https://demonhunterlabs.com/reference/text/runtime--Text.Join.md): Join a list of text values with a separator.
- [Text.Length](https://demonhunterlabs.com/reference/text/runtime--Text.Length.md): Return the length reported by Yeho's text runtime. Do not assume this is a count of user-perceived characters.
- [Text.Slice](https://demonhunterlabs.com/reference/text/runtime--Text.Slice.md): Slice through the Text runtime.
- [Text.StartsWith](https://demonhunterlabs.com/reference/text/runtime--Text.StartsWith.md): Check whether a text value begins with the supplied prefix.
- [Text.ToUtf8](https://demonhunterlabs.com/reference/text/runtime--Text.ToUtf8.md): Encode text as a list of UTF-8 bytes.
- [TextInput.CommittedSequence](https://demonhunterlabs.com/reference/text/runtime--TextInput.CommittedSequence.md): Committed sequence through the TextInput runtime.
- [TextInput.CompositionActive](https://demonhunterlabs.com/reference/text/runtime--TextInput.CompositionActive.md): Composition active through the TextInput runtime.
- [TextInput.CompositionSequence](https://demonhunterlabs.com/reference/text/runtime--TextInput.CompositionSequence.md): Composition sequence through the TextInput runtime.
- [TextInput.CompositionText](https://demonhunterlabs.com/reference/text/runtime--TextInput.CompositionText.md): Composition text through the TextInput runtime.
- [TextInput.ReadCommitted](https://demonhunterlabs.com/reference/text/runtime--TextInput.ReadCommitted.md): Read committed through the TextInput runtime.
- [TextInput.SetCompositionPlacement](https://demonhunterlabs.com/reference/text/runtime--TextInput.SetCompositionPlacement.md): Set composition placement through the TextInput runtime.
- [thing](https://demonhunterlabs.com/reference/text/word--thing.md): Declare plain value data
- [Things: plain value data](https://demonhunterlabs.com/reference/text/language--things.md): thing defines plain value-shaped data. It is Yeho's default way to name a bundle of related fields.
- [this](https://demonhunterlabs.com/reference/text/word--this.md): Read the current instance
- [thread](https://demonhunterlabs.com/reference/text/word--thread.md): Unavailable source syntax; use task
- [throw](https://demonhunterlabs.com/reference/text/word--throw.md): Raise an oracle-only error
- [Time.MonotonicMicroseconds](https://demonhunterlabs.com/reference/text/runtime--Time.MonotonicMicroseconds.md): Read the monotonic clock in microseconds for elapsed-time measurements.
- [Time.MonotonicMilliseconds](https://demonhunterlabs.com/reference/text/runtime--Time.MonotonicMilliseconds.md): Read the monotonic clock in milliseconds for elapsed-time measurements.
- [to](https://demonhunterlabs.com/reference/text/word--to.md): Connect map key/value or function input/output types
- [ToleranceNumericalPolicy](https://demonhunterlabs.com/reference/text/compute.parity--ToleranceNumericalPolicy.md): Tolerance numerical policy.
- [TraceError](https://demonhunterlabs.com/reference/text/diagnostics--TraceError.md): Trace error.
- [TraceInfo](https://demonhunterlabs.com/reference/text/diagnostics--TraceInfo.md): Trace info.
- [traceSnapshot](https://demonhunterlabs.com/reference/text/diagnostics--traceSnapshot.md): A trace snapshot record carrying subject, state, detail, cause, nextStep.
- [TraceTensorBuffer](https://demonhunterlabs.com/reference/text/compute.profiling--TraceTensorBuffer.md): Trace tensor buffer.
- [TraceTensorFloats](https://demonhunterlabs.com/reference/text/compute.profiling--TraceTensorFloats.md): Trace tensor floats.
- [TraceTensorShape](https://demonhunterlabs.com/reference/text/compute.profiling--TraceTensorShape.md): Trace tensor shape.
- [TraceTensorValues](https://demonhunterlabs.com/reference/text/compute.profiling--TraceTensorValues.md): Trace tensor values.
- [traceView](https://demonhunterlabs.com/reference/text/diagnostics--traceView.md): A trace view record carrying subject, state, detail, nextStep.
- [TraceWarn](https://demonhunterlabs.com/reference/text/diagnostics--TraceWarn.md): Trace warn.
- [TranslucentPresentationValueV1](https://demonhunterlabs.com/reference/text/graphics.canvas--TranslucentPresentationValueV1.md): Translucent final-surface diagnostics, scoped to the current provider target: 0=successful presents, 1=last submitted byte count, 2=packed diagnostic BGRA, 3=live DIB count, 4=live DIB bytes, 5=last native present success.
- [true](https://demonhunterlabs.com/reference/text/word--true.md): Boolean true literal
- [try](https://demonhunterlabs.com/reference/text/word--try.md): Start oracle-only exception handling
- [Try, catch, and throw](https://demonhunterlabs.com/reference/text/language--try-catch-throw.md): The parser models try, catch, and throw, but exception control flow is not part of the Kyber product route today.
- [TryReceiveUdp](https://demonhunterlabs.com/reference/text/network.udp--TryReceiveUdp.md): Try receive udp.
- [TrySendUdp](https://demonhunterlabs.com/reference/text/network.udp--TrySendUdp.md): Try send udp.
- [tunnel](https://demonhunterlabs.com/reference/text/word--tunnel.md): Carry a typed value between concurrent work
- [tunnel of T](https://demonhunterlabs.com/reference/text/type--tunnel-of-T-5818c6.md): A typed channel for sending and receiving values between pieces of work.
- [Tunnels](https://demonhunterlabs.com/reference/text/language--tunnels.md): tunnel carries typed values between concurrent work with capacity-one FIFO handoff and backpressure.
- [tuple](https://demonhunterlabs.com/reference/text/word--tuple.md): Describe a gated multi-value experiment
- [tuple of A, B (gated)](https://demonhunterlabs.com/reference/text/type--tuple-of-A-B-gated-a27349.md): A grouped pair of values; requires the explicit tuple-values experiment in the manifest.
- [Tuples and deconstruction](https://demonhunterlabs.com/reference/text/language--tuples.md): Tuple values are an opt-in experiment, gated by tuple-values, and currently run only through generated C++.
- [Type checks and casts](https://demonhunterlabs.com/reference/text/language--casts-type-checks.md): is asks whether a value has a named type; as requests a cast to that named type.
- [Typed error values](https://demonhunterlabs.com/reference/text/language--error-values.md): error is a typed value created with Error(type, message) and exposes type and message fields.
- [Typed state, commands, and event bindings](https://demonhunterlabs.com/reference/text/language--yui-state-commands.md): State names the values a surface reads. Commands name actions the application can perform. Widget bindings connect them explicitly, so an event is not a hidden string callback.
- [ubit1](https://demonhunterlabs.com/reference/text/type--ubit1-91270f.md): A nonnegative integer in the unsigned packed bits family. The spelling selects its storage width; use only values representable by that type.
- [ubit2](https://demonhunterlabs.com/reference/text/type--ubit2-bbb04b.md): A nonnegative integer in the unsigned packed bits family. The spelling selects its storage width; use only values representable by that type.
- [ubit3](https://demonhunterlabs.com/reference/text/type--ubit3-1f21b7.md): A nonnegative integer in the unsigned packed bits family. The spelling selects its storage width; use only values representable by that type.
- [ubit4](https://demonhunterlabs.com/reference/text/type--ubit4-49028c.md): A nonnegative integer in the unsigned packed bits family. The spelling selects its storage width; use only values representable by that type.
- [ubit5](https://demonhunterlabs.com/reference/text/type--ubit5-dd0ca4.md): A nonnegative integer in the unsigned packed bits family. The spelling selects its storage width; use only values representable by that type.
- [ubit6](https://demonhunterlabs.com/reference/text/type--ubit6-c11e44.md): A nonnegative integer in the unsigned packed bits family. The spelling selects its storage width; use only values representable by that type.
- [ubit7](https://demonhunterlabs.com/reference/text/type--ubit7-fb16fe.md): A nonnegative integer in the unsigned packed bits family. The spelling selects its storage width; use only values representable by that type.
- [ubit8](https://demonhunterlabs.com/reference/text/type--ubit8-7e0db5.md): A nonnegative integer in the unsigned packed bits family. The spelling selects its storage width; use only values representable by that type.
- [udecimal](https://demonhunterlabs.com/reference/text/type--udecimal-7d6ae9.md): A nonnegative decimal number in the unsigned decimals family. The spelling selects its storage width; use only values representable by that type.
- [udecimal128](https://demonhunterlabs.com/reference/text/type--udecimal128-162c4e.md): A nonnegative decimal number in the unsigned decimals family. The spelling selects its storage width; use only values representable by that type.
- [udecimal16](https://demonhunterlabs.com/reference/text/type--udecimal16-85a33c.md): A nonnegative decimal number in the unsigned decimals family. The spelling selects its storage width; use only values representable by that type.
- [udecimal32](https://demonhunterlabs.com/reference/text/type--udecimal32-7e9833.md): A nonnegative decimal number in the unsigned decimals family. The spelling selects its storage width; use only values representable by that type.
- [udecimal64](https://demonhunterlabs.com/reference/text/type--udecimal64-f84c93.md): A nonnegative decimal number in the unsigned decimals family. The spelling selects its storage width; use only values representable by that type.
- [udecimal8](https://demonhunterlabs.com/reference/text/type--udecimal8-d4732b.md): A nonnegative decimal number in the unsigned decimals family. The spelling selects its storage width; use only values representable by that type.
- [udpDatagram](https://demonhunterlabs.com/reference/text/network.udp--udpDatagram.md): A udp datagram record carrying status, address, port, payload.
- [udpSendResult](https://demonhunterlabs.com/reference/text/network.udp--udpSendResult.md): A udp send result record carrying status, bytes.
- [udpSocket](https://demonhunterlabs.com/reference/text/network.udp--udpSocket.md): A udp socket record carrying identity, openStatus.
- [UdpSocketLocalPort](https://demonhunterlabs.com/reference/text/network.udp--UdpSocketLocalPort.md): Udp socket local port.
- [UdpSocketOpen](https://demonhunterlabs.com/reference/text/network.udp--UdpSocketOpen.md): Udp socket open.
- [uint](https://demonhunterlabs.com/reference/text/type--uint-c3f202.md): A nonnegative integer in the unsigned integers family. The spelling selects its storage width; use only values representable by that type.
- [uint128](https://demonhunterlabs.com/reference/text/type--uint128-d085cf.md): A nonnegative integer in the unsigned integers family. The spelling selects its storage width; use only values representable by that type.
- [uint16](https://demonhunterlabs.com/reference/text/type--uint16-6cd79c.md): A nonnegative integer in the unsigned integers family. The spelling selects its storage width; use only values representable by that type.
- [uint32](https://demonhunterlabs.com/reference/text/type--uint32-1c06d8.md): A nonnegative integer in the unsigned integers family. The spelling selects its storage width; use only values representable by that type.
- [uint64](https://demonhunterlabs.com/reference/text/type--uint64-24d23a.md): A nonnegative integer in the unsigned integers family. The spelling selects its storage width; use only values representable by that type.
- [uint8](https://demonhunterlabs.com/reference/text/type--uint8-86768c.md): A nonnegative integer in the unsigned integers family. The spelling selects its storage width; use only values representable by that type.
- [uiSurfaceFrameRequest](https://demonhunterlabs.com/reference/text/ui--uiSurfaceFrameRequest.md): A ui surface frame request record carrying reason, mode, burst.
- [uiSurfaceInputRoute](https://demonhunterlabs.com/reference/text/ui--uiSurfaceInputRoute.md): A ui surface input route record carrying source, owner, phase, captured.
- [uiSurfaceSize](https://demonhunterlabs.com/reference/text/ui--uiSurfaceSize.md): A ui surface size record carrying width, height, scalePercent.
- [uiSurfaceSpec](https://demonhunterlabs.com/reference/text/ui--uiSurfaceSpec.md): A ui surface spec record carrying id, requestedWidth, requestedHeight, scalePercent, root.
- [uiSurfaceState](https://demonhunterlabs.com/reference/text/ui--uiSurfaceState.md): A ui surface state record carrying id, requestedWidth, requestedHeight, actualWidth, actualHeight, and related state.
- [UnmountYuiSurface](https://demonhunterlabs.com/reference/text/frontend.yui--UnmountYuiSurface.md): Unmount yui surface.
- [UnpinTensorBuffer](https://demonhunterlabs.com/reference/text/compute.tensor--UnpinTensorBuffer.md): Unpin tensor buffer.
- [UnsafeExternalTensorContract](https://demonhunterlabs.com/reference/text/compute.tensor--UnsafeExternalTensorContract.md): Unsafe external tensor contract.
- [UnscaleYuiPhysicalValue](https://demonhunterlabs.com/reference/text/ui--UnscaleYuiPhysicalValue.md): Unscale yui physical value.
- [UnshareTensorBuffer](https://demonhunterlabs.com/reference/text/compute.tensor--UnshareTensorBuffer.md): Unshare tensor buffer.
- [UseWindow](https://demonhunterlabs.com/reference/text/window--UseWindow.md): Use window.
- [using](https://demonhunterlabs.com/reference/text/word--using.md): Import a dotted package path
- [Using and external declarations](https://demonhunterlabs.com/reference/text/language--using-external.md): using imports a dotted package path. external makes an eligible top-level declaration visible outside its package.
- [ValidateGraphicsImageByteSourceFormat](https://demonhunterlabs.com/reference/text/graphics.image--ValidateGraphicsImageByteSourceFormat.md): Validate graphics image byte source format.
- [ValidatePortableGraph](https://demonhunterlabs.com/reference/text/compute.graph--ValidatePortableGraph.md): Validate portable graph.
- [ValidatePortableKernel](https://demonhunterlabs.com/reference/text/compute.kernels--ValidatePortableKernel.md): Validate portable kernel.
- [ValidateYuiHostServiceBinding](https://demonhunterlabs.com/reference/text/ui--ValidateYuiHostServiceBinding.md): Validate yui host service binding.
- [ValidateYuiRequiredColorTokens](https://demonhunterlabs.com/reference/text/ui--ValidateYuiRequiredColorTokens.md): Validate yui required color tokens.
- [ValidateYuiRequiredScaleTokens](https://demonhunterlabs.com/reference/text/ui--ValidateYuiRequiredScaleTokens.md): Validate yui required scale tokens.
- [valueTrace](https://demonhunterlabs.com/reference/text/compute.profiling--valueTrace.md): A value trace record carrying label, origin, values, note.
- [Variables and assignment](https://demonhunterlabs.com/reference/text/language--variables-assignment.md): Types come before names. Declare with an initial value, then use = to replace the value.
- [Vector2](https://demonhunterlabs.com/reference/text/dolphin.math--Vector2.md): A vector2 record carrying x, y.
- [Vector3](https://demonhunterlabs.com/reference/text/dolphin.spatial3d--Vector3.md): Three floating-point coordinates: x, y, and z. Your application chooses the coordinate system and units.
- [void](https://demonhunterlabs.com/reference/text/type--void-445be5.md): A function result with no returned value. Use it for an action such as showing a message.
- [wait](https://demonhunterlabs.com/reference/text/word--wait.md): Pause for time, a frame, a task, or a condition
- [Wait, stop, and parallel](https://demonhunterlabs.com/reference/text/language--wait-stop-parallel.md): wait can pause for a duration, frame, task, or condition. stop requests cancellation, and parallel scopes concurrent branches.
- [watch](https://demonhunterlabs.com/reference/text/word--watch.md): Deferred syntax; use an explicit update flow
- [where](https://demonhunterlabs.com/reference/text/word--where.md): Filter collection iteration
- [while](https://demonhunterlabs.com/reference/text/word--while.md): Repeat while a condition is true
- [While loops](https://demonhunterlabs.com/reference/text/language--while-loop.md): while repeats a block while its bool condition remains true.
- [Window.CancelClose](https://demonhunterlabs.com/reference/text/runtime--Window.CancelClose.md): Cancel close through the Window runtime.
- [Window.Close](https://demonhunterlabs.com/reference/text/runtime--Window.Close.md): Close through the Window runtime.
- [Window.CloseHandle](https://demonhunterlabs.com/reference/text/runtime--Window.CloseHandle.md): Close handle through the Window runtime.
- [Window.CloseRequested](https://demonhunterlabs.com/reference/text/runtime--Window.CloseRequested.md): Close requested through the Window runtime.
- [Window.DroppedFile](https://demonhunterlabs.com/reference/text/runtime--Window.DroppedFile.md): Dropped file through the Window runtime.
- [Window.EventSequenceOf](https://demonhunterlabs.com/reference/text/runtime--Window.EventSequenceOf.md): Event sequence of through the Window runtime.
- [Window.EventValue](https://demonhunterlabs.com/reference/text/runtime--Window.EventValue.md): Event value through the Window runtime.
- [Window.Focus](https://demonhunterlabs.com/reference/text/runtime--Window.Focus.md): Focus through the Window runtime.
- [Window.Height](https://demonhunterlabs.com/reference/text/runtime--Window.Height.md): Height through the Window runtime.
- [Window.HeightOf](https://demonhunterlabs.com/reference/text/runtime--Window.HeightOf.md): Height of through the Window runtime.
- [Window.IsFocused](https://demonhunterlabs.com/reference/text/runtime--Window.IsFocused.md): Is focused through the Window runtime.
- [Window.IsMaximized](https://demonhunterlabs.com/reference/text/runtime--Window.IsMaximized.md): Is maximized through the Window runtime.
- [Window.IsMinimized](https://demonhunterlabs.com/reference/text/runtime--Window.IsMinimized.md): Is minimized through the Window runtime.
- [Window.IsOpen](https://demonhunterlabs.com/reference/text/runtime--Window.IsOpen.md): Is open through the Window runtime.
- [Window.IsOpenHandle](https://demonhunterlabs.com/reference/text/runtime--Window.IsOpenHandle.md): Is open handle through the Window runtime.
- [Window.IsVisible](https://demonhunterlabs.com/reference/text/runtime--Window.IsVisible.md): Is visible through the Window runtime.
- [Window.MaximumCount](https://demonhunterlabs.com/reference/text/runtime--Window.MaximumCount.md): Maximum count through the Window runtime.
- [Window.MonitorOf](https://demonhunterlabs.com/reference/text/runtime--Window.MonitorOf.md): Monitor of through the Window runtime.
- [Window.MoveResize](https://demonhunterlabs.com/reference/text/runtime--Window.MoveResize.md): Move resize through the Window runtime.
- [Window.Open](https://demonhunterlabs.com/reference/text/runtime--Window.Open.md): Open through the Window runtime.
- [Window.OpenChild](https://demonhunterlabs.com/reference/text/runtime--Window.OpenChild.md): Open child through the Window runtime.
- [Window.OpenTranslucentChild](https://demonhunterlabs.com/reference/text/runtime--Window.OpenTranslucentChild.md): Open translucent child through the Window runtime.
- [Window.OwnerOf](https://demonhunterlabs.com/reference/text/runtime--Window.OwnerOf.md): Owner of through the Window runtime.
- [Window.PointerEventValue](https://demonhunterlabs.com/reference/text/runtime--Window.PointerEventValue.md): Read a field from a latched pointer event without pumping or changing it.
- [Window.PollPointerEvent](https://demonhunterlabs.com/reference/text/runtime--Window.PollPointerEvent.md): Pump native messages and latch the next ordered pointer event for a window.
- [Window.PrefersReducedMotion](https://demonhunterlabs.com/reference/text/runtime--Window.PrefersReducedMotion.md): Prefers reduced motion through the Window runtime.
- [Window.RequestClose](https://demonhunterlabs.com/reference/text/runtime--Window.RequestClose.md): Request close through the Window runtime.
- [Window.RequestRedraw](https://demonhunterlabs.com/reference/text/runtime--Window.RequestRedraw.md): Request redraw through the Window runtime.
- [Window.ScalePercentOf](https://demonhunterlabs.com/reference/text/runtime--Window.ScalePercentOf.md): Scale percent of through the Window runtime.
- [Window.SetMaximized](https://demonhunterlabs.com/reference/text/runtime--Window.SetMaximized.md): Set maximized through the Window runtime.
- [Window.SetMinimized](https://demonhunterlabs.com/reference/text/runtime--Window.SetMinimized.md): Set minimized through the Window runtime.
- [Window.SetVisible](https://demonhunterlabs.com/reference/text/runtime--Window.SetVisible.md): Set visible through the Window runtime.
- [Window.Use](https://demonhunterlabs.com/reference/text/runtime--Window.Use.md): Use through the Window runtime.
- [Window.Width](https://demonhunterlabs.com/reference/text/runtime--Window.Width.md): Width through the Window runtime.
- [Window.WidthOf](https://demonhunterlabs.com/reference/text/runtime--Window.WidthOf.md): Width of through the Window runtime.
- [Window.XOf](https://demonhunterlabs.com/reference/text/runtime--Window.XOf.md): Xof through the Window runtime.
- [Window.YOf](https://demonhunterlabs.com/reference/text/runtime--Window.YOf.md): Yof through the Window runtime.
- [WindowCloseRequested](https://demonhunterlabs.com/reference/text/window--WindowCloseRequested.md): Window close requested.
- [WindowDroppedFile](https://demonhunterlabs.com/reference/text/window--WindowDroppedFile.md): Returns the latest Unicode file path delivered by a native drop event for this exact window. Event kind 210 carries the drop; EventValue field 3 is the number of dropped paths. A product should accept only the count it supports.
- [WindowEventSequence](https://demonhunterlabs.com/reference/text/window--WindowEventSequence.md): Window event sequence.
- [WindowEventValue](https://demonhunterlabs.com/reference/text/window--WindowEventValue.md): Window event value.
- [WindowFocused](https://demonhunterlabs.com/reference/text/window--WindowFocused.md): Window focused.
- [windowHandle](https://demonhunterlabs.com/reference/text/window--windowHandle.md): A window handle record carrying id.
- [WindowHandleOpen](https://demonhunterlabs.com/reference/text/window--WindowHandleOpen.md): Window handle open.
- [WindowHeight](https://demonhunterlabs.com/reference/text/window--WindowHeight.md): Window height.
- [WindowHeightOf](https://demonhunterlabs.com/reference/text/window--WindowHeightOf.md): Window height of.
- [WindowMaximized](https://demonhunterlabs.com/reference/text/window--WindowMaximized.md): Window maximized.
- [WindowMinimized](https://demonhunterlabs.com/reference/text/window--WindowMinimized.md): Window minimized.
- [WindowMonitor](https://demonhunterlabs.com/reference/text/window--WindowMonitor.md): Window monitor.
- [WindowOpen](https://demonhunterlabs.com/reference/text/window--WindowOpen.md): Window open.
- [WindowOwner](https://demonhunterlabs.com/reference/text/window--WindowOwner.md): Window owner.
- [WindowPrefersReducedMotion](https://demonhunterlabs.com/reference/text/window--WindowPrefersReducedMotion.md): Reads the host's current non-client/client animation accessibility choice. This is intentionally global rather than tied to one native handle so an application can resolve its motion policy before constructing a UI tree.
- [WindowsApplicationSessionSnapshotContract](https://demonhunterlabs.com/reference/text/host.windows--WindowsApplicationSessionSnapshotContract.md): Windows application session snapshot contract.
- [WindowsApplicationSessionTransitionContract](https://demonhunterlabs.com/reference/text/host.windows--WindowsApplicationSessionTransitionContract.md): Windows application session transition contract.
- [WindowsApplicationSessionTransitionSequence](https://demonhunterlabs.com/reference/text/host.windows--WindowsApplicationSessionTransitionSequence.md): Windows application session transition sequence.
- [windowsAudioInputCapture](https://demonhunterlabs.com/reference/text/audio--windowsAudioInputCapture.md): A windows audio input capture record carrying identity.
- [windowsAudioOutputStream](https://demonhunterlabs.com/reference/text/audio--windowsAudioOutputStream.md): A windows audio output stream record carrying identity.
- [WindowScalePercent](https://demonhunterlabs.com/reference/text/window--WindowScalePercent.md): Window scale percent.
- [WindowsClipboardSnapshotContract](https://demonhunterlabs.com/reference/text/host.windows--WindowsClipboardSnapshotContract.md): Windows clipboard snapshot contract.
- [WindowsClipboardTextContract](https://demonhunterlabs.com/reference/text/host.windows--WindowsClipboardTextContract.md): Windows clipboard text contract.
- [WindowsDelayedClipboardContract](https://demonhunterlabs.com/reference/text/host.windows--WindowsDelayedClipboardContract.md): Windows delayed clipboard contract.
- [WindowsDisplayColorContractV1](https://demonhunterlabs.com/reference/text/host.windows--WindowsDisplayColorContractV1.md): Windows display color contract v1.
- [WindowsDisplayTopologyAvailable](https://demonhunterlabs.com/reference/text/host.windows--WindowsDisplayTopologyAvailable.md): Windows display topology available.
- [WindowsDisplayTopologyContract](https://demonhunterlabs.com/reference/text/host.windows--WindowsDisplayTopologyContract.md): Windows display topology contract.
- [WindowsText.CaptureAnalysisValue](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureAnalysisValue.md): Capture analysis value through the WindowsText runtime.
- [WindowsText.CaptureBreakpointValue](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureBreakpointValue.md): Capture breakpoint value through the WindowsText runtime.
- [WindowsText.CaptureClusterValue](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureClusterValue.md): Capture cluster value through the WindowsText runtime.
- [WindowsText.CaptureDiagnostic](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureDiagnostic.md): Capture diagnostic through the WindowsText runtime.
- [WindowsText.CaptureFontTextValue](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureFontTextValue.md): Capture font text value through the WindowsText runtime.
- [WindowsText.CaptureFontValue](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureFontValue.md): Capture font value through the WindowsText runtime.
- [WindowsText.CaptureGlyphValue](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureGlyphValue.md): Capture glyph value through the WindowsText runtime.
- [WindowsText.CaptureRasterIdentityValue](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureRasterIdentityValue.md): Capture raster identity value through the WindowsText runtime.
- [WindowsText.CaptureRasterPayloadValue](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureRasterPayloadValue.md): Capture raster payload value through the WindowsText runtime.
- [WindowsText.CaptureRasterSummaryValue](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureRasterSummaryValue.md): Capture raster summary value through the WindowsText runtime.
- [WindowsText.CaptureRasterValue](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureRasterValue.md): Capture raster value through the WindowsText runtime.
- [WindowsText.CaptureRuns](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureRuns.md): Capture runs through the WindowsText runtime.
- [WindowsText.CaptureRunsWithAlpha](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureRunsWithAlpha.md): Capture runs with alpha through the WindowsText runtime.
- [WindowsText.CaptureRunsWithAlphaAndGeometry](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureRunsWithAlphaAndGeometry.md): Capture runs with alpha and geometry through the WindowsText runtime.
- [WindowsText.CaptureRunValue](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureRunValue.md): Capture run value through the WindowsText runtime.
- [WindowsText.CaptureScriptTextValue](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureScriptTextValue.md): Capture script text value through the WindowsText runtime.
- [WindowsText.CaptureScriptValue](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureScriptValue.md): Capture script value through the WindowsText runtime.
- [WindowsText.CaptureSummaryValue](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureSummaryValue.md): Capture summary value through the WindowsText runtime.
- [WindowsText.CaptureUtf8BoundaryValue](https://demonhunterlabs.com/reference/text/runtime--WindowsText.CaptureUtf8BoundaryValue.md): Capture utf8 boundary value through the WindowsText runtime.
- [WindowsText.Diagnostic](https://demonhunterlabs.com/reference/text/runtime--WindowsText.Diagnostic.md): Diagnostic through the WindowsText runtime.
- [WindowsText.Measure](https://demonhunterlabs.com/reference/text/runtime--WindowsText.Measure.md): Measure through the WindowsText runtime.
- [WindowsText.Probe](https://demonhunterlabs.com/reference/text/runtime--WindowsText.Probe.md): Probe through the WindowsText runtime.
- [WindowsText.Value](https://demonhunterlabs.com/reference/text/runtime--WindowsText.Value.md): Value through the WindowsText runtime.
- [WindowsTextGeometry.ClusterValue](https://demonhunterlabs.com/reference/text/runtime--WindowsTextGeometry.ClusterValue.md): Cluster value through the WindowsTextGeometry runtime.
- [WindowsTextGeometry.Diagnostic](https://demonhunterlabs.com/reference/text/runtime--WindowsTextGeometry.Diagnostic.md): Diagnostic through the WindowsTextGeometry runtime.
- [WindowsTextGeometry.LineValue](https://demonhunterlabs.com/reference/text/runtime--WindowsTextGeometry.LineValue.md): Line value through the WindowsTextGeometry runtime.
- [WindowsTextGeometry.Measure](https://demonhunterlabs.com/reference/text/runtime--WindowsTextGeometry.Measure.md): Measure through the WindowsTextGeometry runtime.
- [WindowsTextGeometry.Probe](https://demonhunterlabs.com/reference/text/runtime--WindowsTextGeometry.Probe.md): Probe through the WindowsTextGeometry runtime.
- [WindowsTextGeometry.SelectionValue](https://demonhunterlabs.com/reference/text/runtime--WindowsTextGeometry.SelectionValue.md): Selection value through the WindowsTextGeometry runtime.
- [WindowsTextGeometry.Value](https://demonhunterlabs.com/reference/text/runtime--WindowsTextGeometry.Value.md): Value through the WindowsTextGeometry runtime.
- [windowsUiAccessibilityBridge](https://demonhunterlabs.com/reference/text/host.windows--windowsUiAccessibilityBridge.md): A windows ui accessibility bridge record carrying window, ownerThread, state, diagnostic, revision, and related state.
- [WindowsUiAccessibilityBridgeContract](https://demonhunterlabs.com/reference/text/host.windows--WindowsUiAccessibilityBridgeContract.md): Windows ui accessibility bridge contract.
- [WindowsUiAccessibilityNativeRootValue](https://demonhunterlabs.com/reference/text/host.windows--WindowsUiAccessibilityNativeRootValue.md): Windows ui accessibility native root value.
- [windowsUiClipboardSnapshot](https://demonhunterlabs.com/reference/text/host.windows--windowsUiClipboardSnapshot.md): A windows ui clipboard snapshot record carrying opened, unicodeTextAvailable, rgbaImageAvailable, localeAvailable, sequence, and related state.
- [windowsUiDelayedClipboardState](https://demonhunterlabs.com/reference/text/host.windows--windowsUiDelayedClipboardState.md): A windows ui delayed clipboard state record carrying sequence, active, eventKind, renderCount, lossCount, and related state.
- [WindowsUiHostCapabilities](https://demonhunterlabs.com/reference/text/host.windows--WindowsUiHostCapabilities.md): Windows ui host capabilities.
- [windowsUiSessionSnapshot](https://demonhunterlabs.com/reference/text/host.windows--windowsUiSessionSnapshot.md): A windows ui session snapshot record carrying processSessionId, connectState, acLineStatus, batteryFlag, batteryPercent, and related state.
- [windowsUiSessionTransition](https://demonhunterlabs.com/reference/text/host.windows--windowsUiSessionTransition.md): A windows ui session transition record carrying sequence, kind, code, window, active.
- [WindowVisible](https://demonhunterlabs.com/reference/text/window--WindowVisible.md): Window visible.
- [WindowWidth](https://demonhunterlabs.com/reference/text/window--WindowWidth.md): Window width.
- [WindowWidthOf](https://demonhunterlabs.com/reference/text/window--WindowWidthOf.md): Window width of.
- [WindowX](https://demonhunterlabs.com/reference/text/window--WindowX.md): Window x.
- [WindowY](https://demonhunterlabs.com/reference/text/window--WindowY.md): Window y.
- [with](https://demonhunterlabs.com/reference/text/word--with.md): Bind a match payload
- [Words, numbers, and yes-or-no answers](https://demonhunterlabs.com/reference/text/recipe--types.md): Choose useful types for your game's values.
- [WorkingDirectory.Get](https://demonhunterlabs.com/reference/text/runtime--WorkingDirectory.Get.md): Get through the WorkingDirectory runtime.
- [WorkingDirectory.Set](https://demonhunterlabs.com/reference/text/runtime--WorkingDirectory.Set.md): Set through the WorkingDirectory runtime.
- [Write](https://demonhunterlabs.com/reference/text/console--Write.md): Write.
- [WriteBlankLine](https://demonhunterlabs.com/reference/text/console--WriteBlankLine.md): Write blank line.
- [WriteBool](https://demonhunterlabs.com/reference/text/console--WriteBool.md): Write bool.
- [WriteBoolValue](https://demonhunterlabs.com/reference/text/console--WriteBoolValue.md): Write bool value.
- [WriteBullet](https://demonhunterlabs.com/reference/text/console--WriteBullet.md): Write bullet.
- [WriteChar](https://demonhunterlabs.com/reference/text/console--WriteChar.md): Write char.
- [WriteChoiceList](https://demonhunterlabs.com/reference/text/console--WriteChoiceList.md): Write choice list.
- [WriteCount](https://demonhunterlabs.com/reference/text/console--WriteCount.md): Write count.
- [WriteDecimal](https://demonhunterlabs.com/reference/text/console--WriteDecimal.md): Write decimal.
- [WriteDecimalMetric](https://demonhunterlabs.com/reference/text/console--WriteDecimalMetric.md): Write decimal metric.
- [WriteDecimalValue](https://demonhunterlabs.com/reference/text/console--WriteDecimalValue.md): Write decimal value.
- [WriteDivider](https://demonhunterlabs.com/reference/text/console--WriteDivider.md): Write divider.
- [WriteError](https://demonhunterlabs.com/reference/text/console--WriteError.md): Write error.
- [WriteErrorDetails](https://demonhunterlabs.com/reference/text/console--WriteErrorDetails.md): Write error details.
- [WriteErrorLine](https://demonhunterlabs.com/reference/text/console--WriteErrorLine.md): Write error line.
- [WriteErrorValue](https://demonhunterlabs.com/reference/text/console--WriteErrorValue.md): Write error value.
- [WriteFailure](https://demonhunterlabs.com/reference/text/console--WriteFailure.md): Write failure.
- [WriteFloat](https://demonhunterlabs.com/reference/text/console--WriteFloat.md): Write float.
- [WriteFloatMetric](https://demonhunterlabs.com/reference/text/console--WriteFloatMetric.md): Write float metric.
- [WriteFloatValue](https://demonhunterlabs.com/reference/text/console--WriteFloatValue.md): Write float value.
- [WriteInfo](https://demonhunterlabs.com/reference/text/console--WriteInfo.md): Write info.
- [WriteInt](https://demonhunterlabs.com/reference/text/console--WriteInt.md): Write int.
- [WriteIntMetric](https://demonhunterlabs.com/reference/text/console--WriteIntMetric.md): Write int metric.
- [WriteIntValue](https://demonhunterlabs.com/reference/text/console--WriteIntValue.md): Write int value.
- [WriteKeyValue](https://demonhunterlabs.com/reference/text/console--WriteKeyValue.md): Write key value.
- [WriteLine](https://demonhunterlabs.com/reference/text/console--WriteLine.md): Write line.
- [WriteMetric](https://demonhunterlabs.com/reference/text/console--WriteMetric.md): Write metric.
- [WriteNumberedItem](https://demonhunterlabs.com/reference/text/console--WriteNumberedItem.md): Write numbered item.
- [WriteRune](https://demonhunterlabs.com/reference/text/console--WriteRune.md): Write rune.
- [WriteSection](https://demonhunterlabs.com/reference/text/console--WriteSection.md): Write section.
- [WriteStatus](https://demonhunterlabs.com/reference/text/console--WriteStatus.md): Write status.
- [WriteSubsection](https://demonhunterlabs.com/reference/text/console--WriteSubsection.md): Write subsection.
- [WriteSuccess](https://demonhunterlabs.com/reference/text/console--WriteSuccess.md): Write success.
- [WriteText](https://demonhunterlabs.com/reference/text/console--WriteText.md): Write text.
- [WriteTextList](https://demonhunterlabs.com/reference/text/console--WriteTextList.md): Write text list.
- [WriteWarning](https://demonhunterlabs.com/reference/text/console--WriteWarning.md): Write warning.
- [WriteWindowsClipboardText](https://demonhunterlabs.com/reference/text/host.windows--WriteWindowsClipboardText.md): Write windows clipboard text.
- [X86Avx2Float32x8](https://demonhunterlabs.com/reference/text/compute.simd--X86Avx2Float32x8.md): X86 avx2 float32x8.
- [X86Avx2Int32x8](https://demonhunterlabs.com/reference/text/compute.simd--X86Avx2Int32x8.md): X86 avx2 int32x8.
- [X86Sse2Float32x4](https://demonhunterlabs.com/reference/text/compute.simd--X86Sse2Float32x4.md): X86 sse2 float32x4.
- [X86Sse2Int32x4](https://demonhunterlabs.com/reference/text/compute.simd--X86Sse2Int32x4.md): X86 sse2 int32x4.
- [yield](https://demonhunterlabs.com/reference/text/word--yield.md): Produce a value in the oracle-only callable surface
- [Yielding functions](https://demonhunterlabs.com/reference/text/language--yielding-functions.md): yield can produce a sequence of values from one function, but the final lowering operation is deliberately rejected by Kyber today.
- [yuiAccessibilityAdapterContract](https://demonhunterlabs.com/reference/text/ui--yuiAccessibilityAdapterContract.md): A yui accessibility adapter contract record carrying adapterId, targetId, semanticVersion, requiredCapabilities, registered.
- [yuiAccessibilityDiff](https://demonhunterlabs.com/reference/text/ui--yuiAccessibilityDiff.md): A yui accessibility diff record carrying changes.
- [yuiAccessibilityEntry](https://demonhunterlabs.com/reference/text/ui--yuiAccessibilityEntry.md): A yui accessibility entry record carrying id, parentId, role, name, description, and related state.
- [yuiAccessibilityNode](https://demonhunterlabs.com/reference/text/ui--yuiAccessibilityNode.md): A yui accessibility node record carrying role, name, description, states, focusOrder.
- [yuiAccessibilityRelationship](https://demonhunterlabs.com/reference/text/ui--yuiAccessibilityRelationship.md): A yui accessibility relationship record carrying kind, targetId.
- [yuiAccessibilityTree](https://demonhunterlabs.com/reference/text/ui--yuiAccessibilityTree.md): A yui accessibility tree record carrying entries, diagnostic.
- [yuiActiveStyleSelection](https://demonhunterlabs.com/reference/text/ui--yuiActiveStyleSelection.md): A yui active style selection record carrying scope, index, styleCount, style.
- [yuiArrangedLayout](https://demonhunterlabs.com/reference/text/ui--yuiArrangedLayout.md): A yui arranged layout record carrying id, rect, clip, scalePercent.
- [yuiAuthoredAction](https://demonhunterlabs.com/reference/text/ui--yuiAuthoredAction.md): A yui authored action record carrying handled, nodeId, semanticAction, eventProperty, command, and related state.
- [yuiAuthoredApplicationLayoutPlan](https://demonhunterlabs.com/reference/text/frontend.yui--yuiAuthoredApplicationLayoutPlan.md): A yui authored application layout plan record carrying x, y, width, height, applicationShell, and related state.
- [yuiAuthoredBinding](https://demonhunterlabs.com/reference/text/ui--yuiAuthoredBinding.md): A yui authored binding record carrying kind, ownerId, propertyName, target, typeName, and related state.
- [yuiAuthoredBindingBucket](https://demonhunterlabs.com/reference/text/ui--yuiAuthoredBindingBucket.md): A yui authored binding bucket record carrying stateId, bindingIndices.
- [yuiAuthoredControlBehavior](https://demonhunterlabs.com/reference/text/ui--yuiAuthoredControlBehavior.md): A yui authored control behavior record carrying kind, activationMode, valueProperty, fallbackValueProperty, eventProperty, and related state.
- [yuiAuthoredDirtyReceipt](https://demonhunterlabs.com/reference/text/ui--yuiAuthoredDirtyReceipt.md): A yui authored dirty receipt record carrying ownerId, dependencyKey, scope, revision, source.
- [yuiAuthoredDisplayLoweringContext](https://demonhunterlabs.com/reference/text/frontend.yui--yuiAuthoredDisplayLoweringContext.md): A yui authored display lowering context record carrying theme, catalog, commonMetrics, actionMetrics, density, and related state.
- [yuiAuthoredInteractionResult](https://demonhunterlabs.com/reference/text/ui--yuiAuthoredInteractionResult.md): A yui authored interaction result record carrying inputKind, route, action, focusedNodeId, hoveredNodeId, and related state.
- [yuiAuthoredInteractionRuntime](https://demonhunterlabs.com/reference/text/ui--yuiAuthoredInteractionRuntime.md): A yui authored interaction runtime record carrying authored, tree, input, focus, commands, and related state.
- [yuiAuthoredNode](https://demonhunterlabs.com/reference/text/ui--yuiAuthoredNode.md): A yui authored node record carrying id, parentId, kind, role, accessibilityName, and related state.
- [yuiAuthoredOwnerIndexBucket](https://demonhunterlabs.com/reference/text/ui--yuiAuthoredOwnerIndexBucket.md): A yui authored owner index bucket record carrying ownerId, propertyIndices, bindingIndices.
- [yuiAuthoredOwnerLoweringResult](https://demonhunterlabs.com/reference/text/frontend.yui--yuiAuthoredOwnerLoweringResult.md): A yui authored owner lowering result record carrying ownerId, ownersLowered, commandsLowered, fragment, resources, and related state.
- [yuiAuthoredProperty](https://demonhunterlabs.com/reference/text/ui--yuiAuthoredProperty.md): A yui authored property record carrying ownerId, name, value, source.
- [yuiAuthoredRetainedScheduler](https://demonhunterlabs.com/reference/text/frontend.yui--yuiAuthoredRetainedScheduler.md): A yui authored retained scheduler record carrying cache, resourceStore, registries, loweringCatalog, loweringCommonMetrics, and related state.
- [YuiAuthoredRetainedSchedulerContract](https://demonhunterlabs.com/reference/text/frontend.yui--YuiAuthoredRetainedSchedulerContract.md): Yui authored retained scheduler contract.
- [YuiAuthoredRetainedSeedContract](https://demonhunterlabs.com/reference/text/frontend.yui--YuiAuthoredRetainedSeedContract.md): Yui authored retained seed contract.
- [yuiAuthoredRuntime](https://demonhunterlabs.com/reference/text/ui--yuiAuthoredRuntime.md): A yui authored runtime record carrying schema, schemaVersion, id, nodes, states, and related state.
- [yuiAuthoredState](https://demonhunterlabs.com/reference/text/ui--yuiAuthoredState.md): A yui authored state record carrying id, typeName, value, source, local, and related state.
- [yuiAuthoredValue](https://demonhunterlabs.com/reference/text/ui--yuiAuthoredValue.md): A yui authored value record carrying kind, typeName, encoded.
- [yuiAuthoredWindowsAccessibilityAdapter](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiAuthoredWindowsAccessibilityAdapter.md): A yui authored windows accessibility adapter record carrying ownerThread, width, height, nextGeneration, publishCount, and related state.
- [YuiAuthoredWindowsAccessibilityContract](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--YuiAuthoredWindowsAccessibilityContract.md): Yui authored windows accessibility contract.
- [yuiBlock](https://demonhunterlabs.com/reference/text/ui--yuiBlock.md): A yui block record carrying id, parent, component, label, content, and related state.
- [yuiBlockId](https://demonhunterlabs.com/reference/text/ui--yuiBlockId.md): A yui block id record carrying value.
- [yuiCanvasViewport](https://demonhunterlabs.com/reference/text/frontend.yui--yuiCanvasViewport.md): A yui canvas viewport record carrying designWidth, designHeight, windowWidth, windowHeight, scale, and related state.
- [yuiCanvasWindowSurface](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiCanvasWindowSurface.md): A yui canvas window surface record carrying schema, schemaVersion, title, ownerId, handleId, and related state.
- [YuiCanvasWindowSurfaceContract](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--YuiCanvasWindowSurfaceContract.md): Yui canvas window surface contract.
- [yuiClipboardRequest](https://demonhunterlabs.com/reference/text/ui--yuiClipboardRequest.md): A yui clipboard request record carrying operation, hook, value, selectionStart, selectionEnd, and related state.
- [yuiColor](https://demonhunterlabs.com/reference/text/ui--yuiColor.md): A yui color record carrying red, green, blue, alpha.
- [yuiCommandBinding](https://demonhunterlabs.com/reference/text/ui--yuiCommandBinding.md): A yui command binding record carrying id, scopeRootId, chord, command, source, and related state.
- [yuiCommandMap](https://demonhunterlabs.com/reference/text/ui--yuiCommandMap.md): A yui command map record carrying bindings, diagnostic.
- [yuiCommandResolution](https://demonhunterlabs.com/reference/text/ui--yuiCommandResolution.md): A yui command resolution record carrying resolved, command, bindingId, scopeRootId, chord, and related state.
- [yuiCommittedTextFieldAdapter](https://demonhunterlabs.com/reference/text/frontend.yui--yuiCommittedTextFieldAdapter.md): A yui committed text field adapter record carrying state, lastSequence, lastCompositionSequence, diagnostic.
- [yuiComponentMetadata](https://demonhunterlabs.com/reference/text/ui--yuiComponentMetadata.md): A yui component metadata record carrying name, role, propertySchema, childRule, defaults, and related state.
- [yuiComponentStyle](https://demonhunterlabs.com/reference/text/ui--yuiComponentStyle.md): A yui component style record carrying component, normal, hover, pressed, selected.
- [yuiCompositionEvent](https://demonhunterlabs.com/reference/text/ui--yuiCompositionEvent.md): A yui composition event record carrying phase, rangeStart, rangeEnd, value, source.
- [yuiCompositionPlan](https://demonhunterlabs.com/reference/text/ui--yuiCompositionPlan.md): A yui composition plan record carrying schema, schemaVersion, surfaceId, targets, layers, and related state.
- [yuiContactChange](https://demonhunterlabs.com/reference/text/ui--yuiContactChange.md): A yui contact change record carrying eventKind, pointerId, pointerType, x, y, and related state.
- [yuiContactState](https://demonhunterlabs.com/reference/text/ui--yuiContactState.md): A yui contact state record carrying pointerId, pointerType, captureNodeId, hoverNodeId, pressedNodeId, and related state.
- [yuiControlSpec](https://demonhunterlabs.com/reference/text/ui--yuiControlSpec.md): A yui control spec record carrying kind, name, state, value, binding, and related state.
- [yuiCoreActionRenderItem](https://demonhunterlabs.com/reference/text/frontend.yui--yuiCoreActionRenderItem.md): A yui core action render item record carrying ownerId, kind, state, label, icon, and related state.
- [yuiCoreActionRenderMetrics](https://demonhunterlabs.com/reference/text/frontend.yui--yuiCoreActionRenderMetrics.md): A yui core action render metrics record carrying density, controlHeight, radius, borderWidth, emphasisBorderWidth, and related state.
- [yuiCoreChoiceRenderItem](https://demonhunterlabs.com/reference/text/frontend.yui--yuiCoreChoiceRenderItem.md): A yui core choice render item record carrying ownerId, kind, state, label, checked, and related state.
- [yuiCoreContainerRenderItem](https://demonhunterlabs.com/reference/text/frontend.yui--yuiCoreContainerRenderItem.md): A yui core container render item record carrying ownerId, kind, state, bounds, clipId, and related state.
- [yuiCoreControlCatalog](https://demonhunterlabs.com/reference/text/ui--yuiCoreControlCatalog.md): A yui core control catalog record carrying controls, diagnostic.
- [yuiCoreControlSpec](https://demonhunterlabs.com/reference/text/ui--yuiCoreControlSpec.md): A yui core control spec record carrying kind, authoringTag, metadata, interactive, focusable, and related state.
- [yuiCoreControlStateStyle](https://demonhunterlabs.com/reference/text/ui--yuiCoreControlStateStyle.md): A yui core control state style record carrying state, fillRole, borderRole, contentRole, iconRole, and related state.
- [yuiCoreLayoutRenderItem](https://demonhunterlabs.com/reference/text/frontend.yui--yuiCoreLayoutRenderItem.md): A yui core layout render item record carrying ownerId, kind, state, bounds, clipId, and related state.
- [yuiCorePassiveRenderItem](https://demonhunterlabs.com/reference/text/frontend.yui--yuiCorePassiveRenderItem.md): A yui core passive render item record carrying ownerId, kind, state, label, icon, and related state.
- [yuiCoreRenderMetrics](https://demonhunterlabs.com/reference/text/frontend.yui--yuiCoreRenderMetrics.md): A yui core render metrics record carrying density, controlHeight, radius, borderWidth, emphasisBorderWidth, and related state.
- [yuiCoreSelectionStripRenderItem](https://demonhunterlabs.com/reference/text/frontend.yui--yuiCoreSelectionStripRenderItem.md): A yui core selection strip render item record carrying ownerId, kind, state, selectedIndex, bounds, and related state.
- [yuiCoreSplitterRenderItem](https://demonhunterlabs.com/reference/text/frontend.yui--yuiCoreSplitterRenderItem.md): A yui core splitter render item record carrying ownerId, state, axis, bounds, clipId, and related state.
- [yuiCoreValueRenderItem](https://demonhunterlabs.com/reference/text/frontend.yui--yuiCoreValueRenderItem.md): A yui core value render item record carrying ownerId, kind, state, label, value, and related state.
- [YuiDecodedImageResourcePromotionContract](https://demonhunterlabs.com/reference/text/frontend.yui--YuiDecodedImageResourcePromotionContract.md): Yui decoded image resource promotion contract.
- [yuiDisplayCommand](https://demonhunterlabs.com/reference/text/ui--yuiDisplayCommand.md): A yui display command record carrying sequence, ownerId, kind, layerId, targetId, and related state.
- [yuiDisplayList](https://demonhunterlabs.com/reference/text/ui--yuiDisplayList.md): A yui display list record carrying schema, schemaVersion, commandVersion, surfaceId, commands, and related state.
- [yuiEditableTextBoundaryGeometry](https://demonhunterlabs.com/reference/text/frontend.yui--yuiEditableTextBoundaryGeometry.md): A yui editable text boundary geometry record carrying boundary, prefixAdvance.
- [yuiEditableTextCompositionPlacement](https://demonhunterlabs.com/reference/text/frontend.yui--yuiEditableTextCompositionPlacement.md): A yui editable text composition placement record carrying x, y, lineHeight, visible.
- [yuiEditableTextFieldLayout](https://demonhunterlabs.com/reference/text/frontend.yui--yuiEditableTextFieldLayout.md): A yui editable text field layout record carrying schema, schemaVersion, measurementKind, sourceValue, sourceCaret, and related state.
- [yuiEditableTextFieldView](https://demonhunterlabs.com/reference/text/frontend.yui--yuiEditableTextFieldView.md): A yui editable text field view record carrying visibleStart, visibleEnd, selectionStart, selectionEnd, caret, and related state.
- [yuiEventState](https://demonhunterlabs.com/reference/text/ui--yuiEventState.md): A yui event state record carrying hover, pressed, focused, selected, active, and related state.
- [yuiFocusEntry](https://demonhunterlabs.com/reference/text/ui--yuiFocusEntry.md): A yui focus entry record carrying nodeId, scopeId, tabOrder, x, y, and related state.
- [yuiFocusModel](https://demonhunterlabs.com/reference/text/ui--yuiFocusModel.md): A yui focus model record carrying entries, scopes, focusedNodeId, previousFocusedNodeId, activeScopeId, and related state.
- [yuiFocusScope](https://demonhunterlabs.com/reference/text/ui--yuiFocusScope.md): A yui focus scope record carrying id, rootNodeId, restoreNodeId, wrap, modal.
- [yuiFragmentDependencySignature](https://demonhunterlabs.com/reference/text/ui--yuiFragmentDependencySignature.md): A yui fragment dependency signature record carrying layoutKey, paintKey, resourceKey, motionKey, compositeKey, and related state.
- [YuiGradientEndChannel](https://demonhunterlabs.com/reference/text/ui--YuiGradientEndChannel.md): Gradient commands carry their end color as four space-separated channel integers in the command content ("endR endG endB endA"); the start color stays in the referenced paint. This keeps two-color primitives inside the existing one-paint command shape, so retained stores, damage batching, and stored replay need no second-resource binding.
- [yuiGraphemeMap](https://demonhunterlabs.com/reference/text/ui--yuiGraphemeMap.md): A yui grapheme map record carrying textLength, boundaries, source, diagnostic.
- [YuiGraphHit](https://demonhunterlabs.com/reference/text/ui--YuiGraphHit.md): Generic graph interaction geometry. It carries no source-language semantics.
- [YuiGraphPortHit](https://demonhunterlabs.com/reference/text/ui--YuiGraphPortHit.md): Yui graph port hit.
- [yuiGraphSelection](https://demonhunterlabs.com/reference/text/ui--yuiGraphSelection.md): A yui graph selection object with the operations listed below.
- [YuiHostSurfaceContractV1](https://demonhunterlabs.com/reference/text/frontend.yui--YuiHostSurfaceContractV1.md): Yui host surface contract v1.
- [yuiHostSurfaceRetainedDecisionV1](https://demonhunterlabs.com/reference/text/frontend.yui--yuiHostSurfaceRetainedDecisionV1.md): A yui host surface retained decision v1 record carrying code, diagnostic, nativeIdle, execute, initializeFullSurface.
- [yuiHostSurfaceStateV1](https://demonhunterlabs.com/reference/text/frontend.yui--yuiHostSurfaceStateV1.md): A yui host surface state v1 record carrying schema, schemaVersion, width, height, generation, and related state.
- [yuiIconArtwork](https://demonhunterlabs.com/reference/text/ui--yuiIconArtwork.md): A yui icon artwork record carrying semanticName, body, drawing, mirrorInRtl, defaultTintRole, and related state.
- [yuiIconArtworkCatalog](https://demonhunterlabs.com/reference/text/ui--yuiIconArtworkCatalog.md): A yui icon artwork catalog record carrying artwork, diagnostic.
- [yuiIconResolution](https://demonhunterlabs.com/reference/text/ui--yuiIconResolution.md): A yui icon resolution record carrying found, resource, diagnostic.
- [yuiIconResource](https://demonhunterlabs.com/reference/text/ui--yuiIconResource.md): A yui icon resource record carrying semanticName, sourceUri, format, theme, direction, and related state.
- [yuiImagePresentation](https://demonhunterlabs.com/reference/text/ui--yuiImagePresentation.md): A yui image presentation record carrying image, fit, cropX, cropY, cropWidth, and related state.
- [YuiImageSamplingCoordinateQ16V1](https://demonhunterlabs.com/reference/text/frontend.yui--YuiImageSamplingCoordinateQ16V1.md): Maps one destination coordinate onto the inclusive source span without the potentially overflowing output*source*65536 product. Quotient/remainder decomposition is exactly floor((output * sourceSpan * 65536) / outputSpan).
- [YuiImageSamplingWindowsSliceV1](https://demonhunterlabs.com/reference/text/frontend.yui--YuiImageSamplingWindowsSliceV1.md): Yui image sampling windows slice v1.
- [yuiImageSource](https://demonhunterlabs.com/reference/text/ui--yuiImageSource.md): A yui image source record carrying name, sourceUri, format, colorSpace, intrinsicWidth, and related state.
- [yuiInlineValueEditor](https://demonhunterlabs.com/reference/text/ui--yuiInlineValueEditor.md): A yui inline value editor record carrying value.
- [yuiInputRegion](https://demonhunterlabs.com/reference/text/ui--yuiInputRegion.md): A yui input region record carrying nodeId, x, y, width, height, and related state.
- [yuiInputState](https://demonhunterlabs.com/reference/text/ui--yuiInputState.md): A yui input state record carrying regions, pointerCaptureNodeId, pointerCaptureId, hoverNodeId, pressedNodeId, and related state.
- [YuiInteractionNodeAvailable](https://demonhunterlabs.com/reference/text/ui--YuiInteractionNodeAvailable.md): Yui interaction node available.
- [yuiInvalidationTracker](https://demonhunterlabs.com/reference/text/ui--yuiInvalidationTracker.md): A yui invalidation tracker record carrying surfaceId, surfaceArea, elements, invalidatedArea, generation, and related state.
- [yuiKeyboardContract](https://demonhunterlabs.com/reference/text/ui--yuiKeyboardContract.md): A yui keyboard contract record carrying role, activationKeys, navigationKeys, escapeBehavior, pointerCommand, and related state.
- [yuiLayoutConstraints](https://demonhunterlabs.com/reference/text/ui--yuiLayoutConstraints.md): A yui layout constraints record carrying minimumWidth, minimumHeight, maximumWidth, maximumHeight, scalePercent, and related state.
- [yuiLayoutEngine](https://demonhunterlabs.com/reference/text/ui--yuiLayoutEngine.md): A yui layout engine record carrying items, measured, arranged, scalePercent, measuredReady, and related state.
- [yuiLayoutItem](https://demonhunterlabs.com/reference/text/ui--yuiLayoutItem.md): A yui layout item record carrying id, parentId, kind, source, intrinsicWidth, and related state.
- [yuiLayoutPlacement](https://demonhunterlabs.com/reference/text/ui--yuiLayoutPlacement.md): A yui layout placement record carrying block, mode, x, y, z, and related state.
- [yuiLayoutRect](https://demonhunterlabs.com/reference/text/ui--yuiLayoutRect.md): A yui layout rect record carrying x, y, width, height.
- [yuiLayoutSize](https://demonhunterlabs.com/reference/text/ui--yuiLayoutSize.md): A yui layout size record carrying width, height.
- [yuiLayoutSpec](https://demonhunterlabs.com/reference/text/ui--yuiLayoutSpec.md): A yui layout spec record carrying kind, minWidth, minHeight, preferredWidth, preferredHeight, and related state.
- [YuiLineEndpointInset](https://demonhunterlabs.com/reference/text/ui--YuiLineEndpointInset.md): Line commands store their stroke inside the command bounds so damage tracking covers the full painted area. The endpoints sit inset from the bounds corners by half the paint border width plus one; the content direction selects the down-right or up-right diagonal.
- [yuiLocaleFormatRequest](https://demonhunterlabs.com/reference/text/ui--yuiLocaleFormatRequest.md): A yui locale format request record carrying kind, rawValue, locale, options, source.
- [yuiLocaleModel](https://demonhunterlabs.com/reference/text/ui--yuiLocaleModel.md): A yui locale model record carrying properties, diagnostic.
- [yuiLocaleProperty](https://demonhunterlabs.com/reference/text/ui--yuiLocaleProperty.md): A yui locale property record carrying nodeId, locale, language, direction, lineBreak, and related state.
- [yuiLocalizedPresentation](https://demonhunterlabs.com/reference/text/ui--yuiLocalizedPresentation.md): A yui localized presentation record carrying request, formatted, direction, adapter, diagnostic.
- [yuiMaterial](https://demonhunterlabs.com/reference/text/ui--yuiMaterial.md): A yui material record carrying name, fill, border, textColor.
- [yuiMeasuredLayout](https://demonhunterlabs.com/reference/text/ui--yuiMeasuredLayout.md): A yui measured layout record carrying id, width, height.
- [yuiMotionPreference](https://demonhunterlabs.com/reference/text/ui--yuiMotionPreference.md): A yui motion preference record carrying reduced, source.
- [YuiMotionPreferenceContract](https://demonhunterlabs.com/reference/text/ui--YuiMotionPreferenceContract.md): Yui motion preference contract.
- [yuiMountHandle](https://demonhunterlabs.com/reference/text/frontend.yui--yuiMountHandle.md): A yui mount handle record carrying id, target, mounted, focused, suspended, and related state.
- [yuiMountSpec](https://demonhunterlabs.com/reference/text/frontend.yui--yuiMountSpec.md): A yui mount spec record carrying id, target, mode.
- [yuiMultiContactInputState](https://demonhunterlabs.com/reference/text/ui--yuiMultiContactInputState.md): A yui multi contact input state record carrying regions, contacts, maximumContacts, dragThreshold, lastSequence, and related state.
- [yuiMultiContactRouteResult](https://demonhunterlabs.com/reference/text/ui--yuiMultiContactRouteResult.md): A yui multi contact route result record carrying sequence, routes, diagnostic.
- [YuiOrnamentIconNames](https://demonhunterlabs.com/reference/text/ui--YuiOrnamentIconNames.md): The ornament layer in `frontend.yui.controls.render` asks for these by name and cannot draw the affected control correctly without them, so they are named here rather than left as an informal convention.
- [yuiPaintPrimitive](https://demonhunterlabs.com/reference/text/ui--yuiPaintPrimitive.md): A yui paint primitive record carrying kind, layer, x, y, width, and related state.
- [yuiPaletteEntry](https://demonhunterlabs.com/reference/text/ui--yuiPaletteEntry.md): A yui palette entry record carrying name, color.
- [yuiPartialRebuildReport](https://demonhunterlabs.com/reference/text/ui--yuiPartialRebuildReport.md): A yui partial rebuild report record carrying generation, measuredElements, layoutElements, paintElements, invalidatedArea, and related state.
- [yuiPersistentCanvasDamageRegionV1](https://demonhunterlabs.com/reference/text/frontend.yui--yuiPersistentCanvasDamageRegionV1.md): A yui persistent canvas damage region v1 record carrying bounds, source.
- [yuiPersistentCanvasExecutionV1](https://demonhunterlabs.com/reference/text/frontend.yui--yuiPersistentCanvasExecutionV1.md): A yui persistent canvas execution v1 record carrying rendered, presented, damageCount, replayedCommandCount, redrawBefore, and related state.
- [yuiPersistentCanvasFrameV1](https://demonhunterlabs.com/reference/text/frontend.yui--yuiPersistentCanvasFrameV1.md): A yui persistent canvas frame v1 record carrying fullRedraw, damage, backgroundRed, backgroundGreen, backgroundBlue, and related state.
- [YuiPersistentCanvasRetainedPlanCoversSurfaceV1](https://demonhunterlabs.com/reference/text/frontend.yui--YuiPersistentCanvasRetainedPlanCoversSurfaceV1.md): The copy-backed target has no prior pixels until its first full replay. A Windows host may use this exact gate to admit that initial retained frame; broader or fragmented damage must not be promoted to an implicit redraw.
- [yuiPointerAcquisitionResult](https://demonhunterlabs.com/reference/text/ui--yuiPointerAcquisitionResult.md): A yui pointer acquisition result record carrying treeIdentity, status, pointerId, routeTargetId, endpointTargetId, and related state.
- [yuiPointerAcquisitionSample](https://demonhunterlabs.com/reference/text/ui--yuiPointerAcquisitionSample.md): A yui pointer acquisition sample record carrying pointerId, providerGeneration, timestampMicroseconds, sampleSequence, x, and related state.
- [yuiPreparedImageRegionV1](https://demonhunterlabs.com/reference/text/frontend.yui--yuiPreparedImageRegionV1.md): A yui prepared image region v1 record carrying available, resourceId, nativeCacheIdentity, samplingCacheIdentity, presentationCacheIdentity, and related state.
- [yuiPreparedImageTileSetV1](https://demonhunterlabs.com/reference/text/frontend.yui--yuiPreparedImageTileSetV1.md): A yui prepared image tile set v1 record carrying available, tiles, destinations, diagnostic, source.
- [yuiRect](https://demonhunterlabs.com/reference/text/frontend.yui--yuiRect.md): A yui rect record carrying x, y, width, height.
- [YuiRectBottom](https://demonhunterlabs.com/reference/text/frontend.yui--YuiRectBottom.md): Yui rect bottom.
- [YuiRectContains](https://demonhunterlabs.com/reference/text/frontend.yui--YuiRectContains.md): Yui rect contains.
- [YuiRectRight](https://demonhunterlabs.com/reference/text/frontend.yui--YuiRectRight.md): Yui rect right.
- [yuiRenderBatch](https://demonhunterlabs.com/reference/text/ui--yuiRenderBatch.md): A yui render batch record carrying key, firstSequence, commandCount.
- [yuiRenderBounds](https://demonhunterlabs.com/reference/text/ui--yuiRenderBounds.md): A yui render bounds record carrying x, y, width, height.
- [yuiRenderClip](https://demonhunterlabs.com/reference/text/ui--yuiRenderClip.md): A yui render clip record carrying id, bounds, radius.
- [yuiRenderElementState](https://demonhunterlabs.com/reference/text/ui--yuiRenderElementState.md): A yui render element state record carrying id, parentId, bounds, dirtyMeasure, dirtyLayout, and related state.
- [yuiRendererContract](https://demonhunterlabs.com/reference/text/ui--yuiRendererContract.md): A yui renderer contract record carrying schema, schemaVersion, commandVersion, primitives, resourceKinds, and related state.
- [yuiRenderExecution](https://demonhunterlabs.com/reference/text/ui--yuiRenderExecution.md): A yui render execution record carrying schema, schemaVersion, adapterId, surfaceId, commandCount, and related state.
- [yuiRenderGlyphAlphaResource](https://demonhunterlabs.com/reference/text/ui--yuiRenderGlyphAlphaResource.md): A yui render glyph alpha resource record carrying id, width, height, strideBytes, sizeBytes, and related state.
- [yuiRenderImagePresentation](https://demonhunterlabs.com/reference/text/ui--yuiRenderImagePresentation.md): A yui render image presentation record carrying fit, filter, outputColorSpace, samplingCacheIdentity, sourceX, and related state.
- [yuiRenderImageResource](https://demonhunterlabs.com/reference/text/ui--yuiRenderImageResource.md): A yui render image resource record carrying id, kind, generation, width, height, and related state.
- [yuiRenderImageSamplingExecutionCapabilityV1](https://demonhunterlabs.com/reference/text/ui--yuiRenderImageSamplingExecutionCapabilityV1.md): A yui render image sampling execution capability v1 record carrying schema, schemaVersion, exactSoftwareLinear, nativeLinear, nativeLinearCrossDeviceExact, and related state.
- [yuiRenderLayer](https://demonhunterlabs.com/reference/text/ui--yuiRenderLayer.md): A yui render layer record carrying id, targetId, zOrder, opacity, blend, and related state.
- [yuiRenderPaint](https://demonhunterlabs.com/reference/text/ui--yuiRenderPaint.md): A yui render paint record carrying id, red, green, blue, alpha, and related state.
- [yuiRenderResource](https://demonhunterlabs.com/reference/text/ui--yuiRenderResource.md): A yui render resource record carrying id, kind, generation, sizeBytes, resident, and related state.
- [yuiRenderTarget](https://demonhunterlabs.com/reference/text/ui--yuiRenderTarget.md): A yui render target record carrying id, kind, width, height, format, and related state.
- [yuiRenderTargetColorCapabilityV1](https://demonhunterlabs.com/reference/text/ui--yuiRenderTargetColorCapabilityV1.md): A yui render target color capability v1 record carrying schema, schemaVersion, format, colorSpace, transfer, and related state.
- [yuiRenderTelemetry](https://demonhunterlabs.com/reference/text/ui--yuiRenderTelemetry.md): A yui render telemetry record carrying workload, warmupSamples, measuredSamples, totalFrameMicroseconds, minimumFrameMicroseconds, and related state.
- [yuiRenderTransform](https://demonhunterlabs.com/reference/text/ui--yuiRenderTransform.md): A yui render transform record carrying id, translateX, translateY, scaleXPercent, scaleYPercent, and related state.
- [yuiResolvedStyle](https://demonhunterlabs.com/reference/text/ui--yuiResolvedStyle.md): A yui resolved style record carrying name, background, panel, panelHover, panelPressed, and related state.
- [YuiRetainedCommandExecutionEqualV1](https://demonhunterlabs.com/reference/text/ui--YuiRetainedCommandExecutionEqualV1.md): Yui retained command execution equal v1.
- [yuiRetainedDamageRegion](https://demonhunterlabs.com/reference/text/ui--yuiRetainedDamageRegion.md): A yui retained damage region record carrying bounds.
- [yuiRetainedDependencyIndex](https://demonhunterlabs.com/reference/text/ui--yuiRetainedDependencyIndex.md): A yui retained dependency index record carrying subscriptions, subscriptionIndex, diagnostic.
- [yuiRetainedDependencySubscription](https://demonhunterlabs.com/reference/text/ui--yuiRetainedDependencySubscription.md): A yui retained dependency subscription record carrying key, scope, ownerIds.
- [yuiRetainedFragmentCache](https://demonhunterlabs.com/reference/text/ui--yuiRetainedFragmentCache.md): A yui retained fragment cache record carrying surfaceId, width, height, fragments, semanticFragments, and related state.
- [YuiRetainedFragmentsContract](https://demonhunterlabs.com/reference/text/ui--YuiRetainedFragmentsContract.md): Yui retained fragments contract.
- [yuiRetainedFramePlan](https://demonhunterlabs.com/reference/text/ui--yuiRetainedFramePlan.md): A yui retained frame plan record carrying surfaceId, retainedOwners, touchedOwners, rebuiltOwners, reusedOwners, and related state.
- [YuiRetainedImagePresentationExecutionEqualV1](https://demonhunterlabs.com/reference/text/ui--YuiRetainedImagePresentationExecutionEqualV1.md): Retained equality is an execution contract, not a diagnostic formatting contract. Keep every field which can change pixels, batching, native cache selection, or command ordering here so all retained consumers share one lossless predicate.
- [YuiRetainedIndexesContract](https://demonhunterlabs.com/reference/text/ui--YuiRetainedIndexesContract.md): Yui retained indexes contract.
- [yuiRetainedKeyIndex](https://demonhunterlabs.com/reference/text/ui--yuiRetainedKeyIndex.md): A yui retained key index record carrying bucketCount, bucketHeads, keys, values, nextNodes, and related state.
- [yuiRetainedOwnerFragment](https://demonhunterlabs.com/reference/text/ui--yuiRetainedOwnerFragment.md): A yui retained owner fragment record carrying ownerId, generation, zOrder, layoutBounds, inkBounds, and related state.
- [yuiRetainedResourceAdmissionV1](https://demonhunterlabs.com/reference/text/ui--yuiRetainedResourceAdmissionV1.md): A yui retained resource admission v1 record carrying admitted, revision, validations, explicitComparisons, payloadComparisons, and related state.
- [YuiRetainedResourceCommandExecutionEqualV1](https://demonhunterlabs.com/reference/text/ui--YuiRetainedResourceCommandExecutionEqualV1.md): Yui retained resource command execution equal v1.
- [yuiRetainedResourceDeltaV1](https://demonhunterlabs.com/reference/text/ui--yuiRetainedResourceDeltaV1.md): A yui retained resource delta v1 record carrying surfaceId, paints, images, glyphs, clips, and related state.
- [yuiRetainedResourcePreparedAdmissionV1](https://demonhunterlabs.com/reference/text/ui--yuiRetainedResourcePreparedAdmissionV1.md): A yui retained resource prepared admission v1 object with the operations listed below.
- [yuiRetainedResourcePreparedCandidateBatchV1](https://demonhunterlabs.com/reference/text/ui--yuiRetainedResourcePreparedCandidateBatchV1.md): A yui retained resource prepared candidate batch v1 object with the operations listed below.
- [yuiRetainedResourceReplayPlanV1](https://demonhunterlabs.com/reference/text/ui--yuiRetainedResourceReplayPlanV1.md): A yui retained resource replay plan v1 record carrying surfaceId, storeRevision, commands.
- [YuiRetainedResourceStoreContractV1](https://demonhunterlabs.com/reference/text/ui--YuiRetainedResourceStoreContractV1.md): Yui retained resource store contract v1.
- [yuiRetainedResourceStoreV1](https://demonhunterlabs.com/reference/text/ui--yuiRetainedResourceStoreV1.md): A yui retained resource store v1 object with the operations listed below.
- [yuiRetainedSemanticFragment](https://demonhunterlabs.com/reference/text/ui--yuiRetainedSemanticFragment.md): A yui retained semantic fragment record carrying ownerId, generation, semanticIdentity, source.
- [yuiRetainedSpatialBucket](https://demonhunterlabs.com/reference/text/ui--yuiRetainedSpatialBucket.md): A yui retained spatial bucket record carrying cellX, cellY, ownerIndices.
- [yuiRoutedEventResult](https://demonhunterlabs.com/reference/text/ui--yuiRoutedEventResult.md): A yui routed event result record carrying eventKind, source, targetId, pointerId, key, and related state.
- [yuiRouteStep](https://demonhunterlabs.com/reference/text/ui--yuiRouteStep.md): A yui route step record carrying nodeId, phase, eventKind, canceled.
- [yuiScrollBarGeometry](https://demonhunterlabs.com/reference/text/ui--yuiScrollBarGeometry.md): A yui scroll bar geometry record carrying axis, trackStart, trackLength, thumbStart, thumbLength, and related state.
- [yuiScrollState](https://demonhunterlabs.com/reference/text/ui--yuiScrollState.md): A yui scroll state record carrying contentWidth, contentHeight, viewportWidth, viewportHeight, offsetX, and related state.
- [YuiSmokeCloseAfterMicroseconds](https://demonhunterlabs.com/reference/text/frontend.yui--YuiSmokeCloseAfterMicroseconds.md): Yui smoke close after microseconds.
- [YuiSmokeCloseRequested](https://demonhunterlabs.com/reference/text/frontend.yui--YuiSmokeCloseRequested.md): Yui smoke close requested.
- [yuiStateStyle](https://demonhunterlabs.com/reference/text/ui--yuiStateStyle.md): A yui state style record carrying state, fillValue, borderValue, textValue, elevationValue.
- [yuiStyleValue](https://demonhunterlabs.com/reference/text/ui--yuiStyleValue.md): A yui style value record carrying name, value, category.
- [yuiTextEditState](https://demonhunterlabs.com/reference/text/ui--yuiTextEditState.md): A yui text edit state record carrying value, graphemes, caret, selectionAnchor, selectionFocus, and related state.
- [yuiTextLayoutResult](https://demonhunterlabs.com/reference/text/ui--yuiTextLayoutResult.md): A yui text layout result record carrying lines, width, height, scalePercent, clipped, and related state.
- [yuiTextLine](https://demonhunterlabs.com/reference/text/ui--yuiTextLine.md): A yui text line record carrying clusterStart, clusterEnd, width, height, baseline, and related state.
- [yuiTextServiceAdapterContract](https://demonhunterlabs.com/reference/text/ui--yuiTextServiceAdapterContract.md): A yui text service adapter contract record carrying target, contractVersion, capabilities, platformTypesInUi.
- [yuiTheme](https://demonhunterlabs.com/reference/text/ui--yuiTheme.md): A yui theme record carrying id, name, base, accentPalette, guardrails.
- [yuiThemeDefinition](https://demonhunterlabs.com/reference/text/ui--yuiThemeDefinition.md): A yui theme definition record carrying id, displayName, mode, tokens, source, and related state.
- [yuiTree](https://demonhunterlabs.com/reference/text/ui--yuiTree.md): A yui tree record carrying instanceIdentity, id, surfaceId, nodes, mounted, and related state.
- [yuiTreeNode](https://demonhunterlabs.com/reference/text/ui--yuiTreeNode.md): A yui tree node record carrying id, parentId, componentName, componentRole, properties, and related state.
- [YuiViewportLength](https://demonhunterlabs.com/reference/text/frontend.yui--YuiViewportLength.md): Yui viewport length.
- [YuiViewportSourceX](https://demonhunterlabs.com/reference/text/frontend.yui--YuiViewportSourceX.md): Yui viewport source x.
- [YuiViewportSourceY](https://demonhunterlabs.com/reference/text/frontend.yui--YuiViewportSourceY.md): Yui viewport source y.
- [YuiViewportX](https://demonhunterlabs.com/reference/text/frontend.yui--YuiViewportX.md): Yui viewport x.
- [YuiViewportY](https://demonhunterlabs.com/reference/text/frontend.yui--YuiViewportY.md): Yui viewport y.
- [yuiVirtualCollection](https://demonhunterlabs.com/reference/text/ui--yuiVirtualCollection.md): A yui virtual collection record carrying kind, itemCount, itemExtent, overscanRows, crossAxisCount, and related state.
- [yuiVirtualRange](https://demonhunterlabs.com/reference/text/ui--yuiVirtualRange.md): A yui virtual range record carrying startIndex, endIndex, realizedCount, generation.
- [yuiVisualResolution](https://demonhunterlabs.com/reference/text/ui--yuiVisualResolution.md): A yui visual resolution record carrying found, token, scope, diagnostic.
- [yuiVisualToken](https://demonhunterlabs.com/reference/text/ui--yuiVisualToken.md): A yui visual token record carrying name, category, textValue, numericValue, colorValue, and related state.
- [yuiWindowsClipboardResult](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiWindowsClipboardResult.md): A yui windows clipboard result record carrying operation, handled, applied, diagnostic.
- [YuiWindowsContactChangesFromNativePointerFrame](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--YuiWindowsContactChangesFromNativePointerFrame.md): Pure translation boundary for the atomic multi-contact contract. Stateful routing remains an instance operation on yuiMultiContactInputState so Yeho's value semantics cannot split its scalar sequence from shared list storage. The current native polling adapter above remains source-compatible.
- [yuiWindowsEditingKey](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiWindowsEditingKey.md): A yui windows editing key record carrying command, extendSelection, handled, diagnostic.
- [yuiWindowsHostInputAdapter](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiWindowsHostInputAdapter.md): A yui windows host input adapter record carrying handle, lastSequence, lastPointerDownSequence, primaryPressed, pressedPointerId.
- [yuiWindowsHostInputEvent](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiWindowsHostInputEvent.md): A yui windows host input event record carrying changed, kind, sequence, pointer, shiftDown, and related state.
- [YuiWindowsPointerButtons](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--YuiWindowsPointerButtons.md): Yui windows pointer buttons.
- [YuiWindowsPointerReleaseObserved](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--YuiWindowsPointerReleaseObserved.md): Yui windows pointer release observed.
- [yuiWindowsTextAppendResultV1](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiWindowsTextAppendResultV1.md): A yui windows text append result v1 record carrying display, provider, shaped, metrics, nextCommandSequence, and related state.
- [yuiWindowsTextCompositionPlacementV1](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiWindowsTextCompositionPlacementV1.md): A yui windows text composition placement v1 record carrying sourceBoundaryUtf8, xQ26_6, yQ26_6, lineHeightQ26_6, visible.
- [yuiWindowsTextEditingClusterV1](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiWindowsTextEditingClusterV1.md): A yui windows text editing cluster v1 record carrying index, sourceStartUtf8, sourceEndUtf8, sourceStartUtf16, sourceEndUtf16, and related state.
- [yuiWindowsTextEditingGeometryV1](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiWindowsTextEditingGeometryV1.md): A yui windows text editing geometry v1 record carrying schema, schemaVersion, provider, sourceValue, graphemes, and related state.
- [yuiWindowsTextEditingLineV1](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiWindowsTextEditingLineV1.md): A yui windows text editing line v1 record carrying index, clusterStart, clusterEnd, sourceStartUtf8, sourceEndUtf8, and related state.
- [yuiWindowsTextEditingPresentationV1](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiWindowsTextEditingPresentationV1.md): A yui windows text editing presentation v1 record carrying layout, editing, source.
- [yuiWindowsTextProviderV1](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiWindowsTextProviderV1.md): A yui windows text provider v1 record carrying cache, requestCache, requestCacheMaximumEntries, requestCacheMaximumAlphaBytes, requestCacheLiveAlphaBytes, and related state.
- [yuiWindowsTextRequestCacheEntryV1](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiWindowsTextRequestCacheEntryV1.md): A yui windows text request cache entry v1 record carrying providerIdentity, providerGeneration, value, family, locale, and related state.
- [yuiWindowsTextSelectionRectangleV1](https://demonhunterlabs.com/reference/text/frontend.yui.host.windows--yuiWindowsTextSelectionRectangleV1.md): A yui windows text selection rectangle v1 record carrying sourceStartUtf8, sourceEndUtf8, leftQ26_6, topQ26_6, widthQ26_6, and related state.
- [|](https://demonhunterlabs.com/reference/text/operator--symbol-cbe5cf.md): Combine integer bits present in either value.
- [~](https://demonhunterlabs.com/reference/text/operator--symbol-7ace43.md): Invert each integer bit.
