Namchee @namchee.dev · Dec 11

Day 11. To make a type `newable`, we can define a `new` contract for it. The key extraction is a bit hacky though!

1 likes 1 replies

?

Replies

Namchee · Dec 12

Day 12, a few hints: 1. Array is an object, so you can iterate it as you would iterate mapped types, which doesn't have stack overflow issues 2. The elements are a tuple, so you can quickly access the members by their indexes. 3. You can extract the numerical value by infering the numeric string.