Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/frugal/dep/std/io.ts>sliceLongToBytes

A frugal web framework
Go to Latest
function sliceLongToBytes
import { sliceLongToBytes } from "https://deno.land/x/frugal@0.3.0/dep/std/io.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[]