top | item 39604303

(no title)

wrcwill | 2 years ago

yeah i meant if each field could be a tuple of (val, bool) or (val, err) to get around the pointer issue

discuss

order

klabb3|2 years ago

There are no tuples in Go. Very unfortunate. Tuples, enums and pattern matching is sooo good in Rust. I really miss it in Go.