<PackageReference Include="System.Text.Json" Version="11.0.0-rc.1.26425.128" />
System.Collections.Generic.StackPolyfills
public static bool TryPeek<
T>(
this Stack<
T>
stack,
out T result)
public static bool TryPop<
T>(
this Stack<
T>
stack,
out T result)