package byteslice
import "gioui.org/internal/byteslice"
Package byteslice provides byte slice views of other Go values such as slices and structs.
Index ¶
Functions ¶
func Slice ¶
func Slice(s interface{}) []byte
Slice returns a byte slice view of a slice.
func Struct ¶
func Struct(s interface{}) []byte
Struct returns a byte slice view of a struct.
func Uint32 ¶
Uint32 returns a byte slice view of a uint32 slice.
Source Files ¶
byteslice.go
- Version
- v0.4.1
- Published
- Nov 30, 2023
- Platform
- windows/amd64
- Imports
- 2 packages
- Last checked
- now –
Tools for package owners.