Skip to main content
Module

x/proc/deps.ts>sliceLongToBytes

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
function sliceLongToBytes
import { sliceLongToBytes } from "https://deno.land/x/proc@0.19.9/deps.ts";

Slice number into 64bit big endian byte array

Parameters

d: number

The number to be sliced

optional
dest = [UNSUPPORTED]

The sliced array

Returns

number[]