Press n or j to go to the next uncovered block, b, p or k for the previous block.
// Copyright (c) ZeroC, Inc. export const SliceType = { NoSlice: 0, ValueSlice: 1, ExceptionSlice: 2, };