Restricting automatic kernel-module loading (2017)lwn.net2 points·by kerneloops·há 2 meses·0 comments
kerneloops·há 9 meses·discussAnother one: const cast: <A, B> (a: A) => B = function <B> (): B { return arguments[0] } const n: string = cast(1)