Skip to content
KajayDocs
ReferenceSDK neutral

TextSpan

A zero-based half-open range of UTF-16 code units.

API identity

Package
Kajay.Core
Kind
type
Audience
consumer

Signature

public readonly record struct TextSpan(int Start, int End)