Comment on Deno 1.14parentComments−ricardobeat4yWhat’s the difference from declaring the entropy pool in the example outside the class, in the module scope? Still private, still a single shared value.−IshKebab4yI think just scope (same reason static class members exist).
Comments
What’s the difference from declaring the entropy pool in the example outside the class, in the module scope? Still private, still a single shared value.
I think just scope (same reason static class members exist).