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