〽
〽
〽
〽
Pattern Language
Home
Search
⌃
K
Links
Pattern Language
Core Language
Data Types
Variable Placement
Namespaces
Expressions
Functions
Control flow
In / Out Variables
Attributes
Preprocessor
Comments
Sections
Libraries
hex
std
type
byte
ip
size
base64
path
magic
base
bcd
c
win32
010
rust
linux
color
float16
mac
time
leb128
guid
Powered By
GitBook
Comment on page
rust
Alias definitions for Rust's data types
Types
f32
using
f32
=
float
;
f64
using
f64
=
double
;
i128
using
i128
=
s128
;
i16
using
i16
=
s16
;
i32
using
i32
=
s32
;
i64
using
i64
=
s64
;
i8
using
i8
=
s8
;
isize
using
isize
=
i64
;
usize
using
usize
=
u64
;
Last modified
8mo ago