go.internal.pkgbits
1.23.1.6
dotnet add package go.internal.pkgbits --version 1.23.1.6
NuGet\Install-Package go.internal.pkgbits -Version 1.23.1.6
<PackageReference Include="go.internal.pkgbits" Version="1.23.1.6" />
<PackageVersion Include="go.internal.pkgbits" Version="1.23.1.6" />
<PackageReference Include="go.internal.pkgbits" />
paket add go.internal.pkgbits --version 1.23.1.6
#r "nuget: go.internal.pkgbits, 1.23.1.6"
#:package go.internal.pkgbits@1.23.1.6
#addin nuget:?package=go.internal.pkgbits&version=1.23.1.6
#tool nuget:?package=go.internal.pkgbits&version=1.23.1.6
go.internal.pkgbits
C# package converted from the Go standard library by go2cs.
Package pkgbits implements low-level coding abstractions for Unified IR's export data format.
At a low-level, a package is a collection of bitstream elements. Each element has a "kind" and a dense, non-negative index. Elements can be randomly accessed given their kind and index.
Individual elements are sequences of variable-length values (e.g., integers, booleans, strings, go/constant values, cross-references to other elements). Package pkgbits provides APIs for encoding and decoding these low-level values, but the details of mapping higher-level Go constructs into elements is left to higher-level abstractions.
Elements may cross-reference each other with "relocations." For example, an element representing a pointer type has a relocation referring to the element type.
Go constructs may be composed as a constellation of multiple elements. For example, a declared function may have one element to describe the object (e.g., its name, type, position), and a separate element to describe its function body. This allows readers some flexibility in efficiently seeking or re-reading data (e.g., inlining requires re-reading the function body for each inlined call, without needing to re-read the object-level details).
Copyright 2009 The Go Authors. All rights reserved. This C# package is converted from Go standard library source; use of that source is governed by a BSD-style license that can be found in the LICENSE file. The go2cs conversion itself is distributed under the MIT license.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- go.bytes (>= 1.23.1.6)
- go.crypto.md5 (>= 1.23.1.6)
- go.encoding.binary (>= 1.23.1.6)
- go.errors (>= 1.23.1.6)
- go.fmt (>= 1.23.1.6)
- go.go.constant (>= 1.23.1.6)
- go.go.token (>= 1.23.1.6)
- go.io (>= 1.23.1.6)
- go.lib (>= 1.23.1.6)
- go.math.big (>= 1.23.1.6)
- go.os (>= 1.23.1.6)
- go.runtime (>= 1.23.1.6)
- go.strconv (>= 1.23.1.6)
- go.strings (>= 1.23.1.6)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on go.internal.pkgbits:
| Package | Downloads |
|---|---|
|
go.go.internal.gcimporter
go.internal.gcimporter (net9.0 - Release) -- C# project converted from Go source |
GitHub repositories
This package is not used by any popular GitHub repositories.