HackerTrans
热门最新趋势评论往期问答秀出招聘

kerneloops

no profile record

提交

Restricting automatic kernel-module loading (2017)

lwn.net
2 分·作者 kerneloops·2个月前·0 评论

English-Centric Icons

geedea.pro
6 分·作者 kerneloops·9个月前·1 评论

评论

kerneloops
·9个月前·讨论
Another one:

  const cast: <A, B> (a: A) => B = function <B> (): B {
    return arguments[0]
  }
  const n: string = cast(1)