FuelLabs/sway

Document that suffix can be used to type integer literals

Open

#2,128 opened on Jun 27, 2022

View on GitHub
 (0 comments) (1 reaction) (0 assignees)Rust (5,421 forks)batch import
The Sway Bookenhancementgood first issue

Repository metrics

Stars
 (61,702 stars)
PR merge metrics
 (Avg merge 22h 6m) (16 merged PRs in 30d)

Description

Can use u64 (default), u32, u16, and u8 suffixes for integer literals to type them.

Contributor guide