import * as velo from "https://deno.land/x/velo@1.0.0/src/utils/next_power_of_two.ts";
Functions
Returns the smallest power of to that is equal to or greater than the given value. |
import * as velo from "https://deno.land/x/velo@1.0.0/src/utils/next_power_of_two.ts";
Returns the smallest power of to that is equal to or greater than the given value. |