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 (61,702 stars) (5,421 forks)batch import
The Sway Bookenhancementgood first issue

Description

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

Contributor guide