import * as byteType from "https://deno.land/x/byte_type@0.4.0/mod.ts";
Classes
c Bool | |
c F32 | |
c F64 | |
c I16 | |
c I32 | |
c I64 | |
c I8 | |
| |
c U16 | |
c U32 | |
c U64 | |
c U8 | |
| |
Variables
Align the value | |
v bool | |
v f32 | |
v f64 | |
Find and returns the biggest alignment out of a record / array of types | |
v i16 | |
v i32 | |
v i64 | |
v i8 | |
The endianess of your machine, true if little endian and false if big endian. | |
v u16 | |
v u32 | |
v u64 | |
v u8 | |
Type Aliases
Extract the inner value of a codec | |