摘要:
Implement a generic Fibonacci<T> that takes a number T and returns its corresponding Fibonacci number. The sequence starts: 1, 1, 2, 3, 5, 8, 13, 21, 阅读全文
posted @ 2022-10-21 18:40
Zhentiw
阅读(14)
评论(0)
推荐(0)
摘要:
Implement the type of just-flip-object. Examples: Flip<{ a: "x", b: "y", c: "z" }>; // {x: 'a', y: 'b', z: 'c'} Flip<{ a: 1, b: 2, c: 3 }>; // {1: 'a' 阅读全文
posted @ 2022-10-21 18:34
Zhentiw
阅读(18)
评论(0)
推荐(0)

浙公网安备 33010602011771号