Result of TerminalReadLineCompletionHandler.
[NullableContext((byte)2)]
[Nullable((byte)0)]
public readonly struct TerminalReadLineCompletion : IEquatable<TerminalReadLineCompletion>
kind:method, kind:property, kind:ctor. Press Esc to clear.CandidatesGets optional completion candidates. When provided, the line editor applies the first candidate and subsequent Tab presses cycle through the list until the user performs another edit action.ReplaceLengthGets the length (UTF-16 code units) of the range to replace when applying completion candidates.ReplaceTextReplaces the entire line with the provided text.