RSSAmplifier

ashwiniag · Apr 6, 2026

uint64 what and why

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

uint = unsigned integer, no negative numbers. Range is 0 to a very large positive number. var x int // -9,223,372,036,854,775,808 to +9,223,372,036,854,775,807 var x uint64 // 0 to 18,446,744,073,709,551,615 In a commit log specifically:

Read on ashwiniag.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.