Files
tinygo/src/internal/cm/hostlayout_go123.go
T

10 lines
193 B
Go

//go:build go1.23
package cm
import "structs"
// HostLayout marks a struct as using host memory layout.
// See [structs.HostLayout] in Go 1.23 or later.
type HostLayout = structs.HostLayout