package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Apr 14, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Uint8to16 converts a slice of uint8 to a slice of uint16.
e.g. []uint8{0x00, 0x01, 0x00, 0x02} -> []uint16{0x0001, 0x0002}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.