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