5 ms·
yeah i meant if each field could be a tuple of (val, bool) or (val, err) to get around the pointer issue
by wrcwill 3y ago
yeah i meant if each field could be a tuple of (val, bool) or (val, err) to get around the pointer issue
- klabb3 3y agoThere are no tuples in Go. Very unfortunate. Tuples, enums and pattern matching is sooo good in Rust. I really miss it in Go.