@0ti.me/bitwise 中文文档教程
bitwise library
这个打字稿库旨在提供按位和按字节工具,并提供一个允许任一函数工作的接口。
这样做的主要目的是能够根据配置随心所欲地在按位数组/缓冲区和按字节数组/缓冲区之间切换。 例如,PNG 可以使用多种位深度,包括 1 和 8。在位深度为 1 的情况下,位数组更有用,但在位深度为 8 的情况下,字节数组让路更有意义。
bitwise library
This typescript library is meant to provide bitwise and bytewise tooling with an interface allowing either function to work.
The main purpose of this is to be able to switch between a bitwise array/buffer and a bytewise array/buffer on a whim depending on configurations. For example, a PNG can use a variety of bit depths including 1 and 8. In the case of a bit depth of 1, a bit array is more useful, but in the case of a bit depth of 8, a byte array makes way more sense.
更多
你可能也喜欢
- 33c3 中文文档教程
- @0xcert/certification 中文文档教程
- @2003scape/rsc-path-finder 中文文档教程
- @42shadow42/react-editable-title 中文文档教程
- @_zed_/dummylib 中文文档教程
- @a-i/agent-server 中文文档教程
- @abegalinov/backoffice-skeleton 中文文档教程
- @abelb13/react-native-fcm-meifacil 中文文档教程
- @ac-moore-inc/oracledb-wrapper 中文文档教程
- @acato/plugin-template 中文文档教程