std › onceonceFunction parametersParameters#f:fn () voidFunctions in this namespaceFunctions#onceOnce An object that executes the function `f` just once.SourceImplementation#pub fn once(comptime f: fn () void) Once(f) { return Once(f){}; }