FuelLabs/sway

Document that suffix can be used to type integer literals

Open

#2,128 opened on Jun 27, 2022

 (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
 (PR metrics pending)

Description

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

Contributor guide