Restricting automatic kernel-module loading (2017)lwn.net2 points·by kerneloops·2 เดือนที่ผ่านมา·0 comments
kerneloops·9 เดือนที่ผ่านมา·discussAnother one: const cast: <A, B> (a: A) => B = function <B> (): B { return arguments[0] } const n: string = cast(1)