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