Packages

đŸ›’ A small library of helper functions, that works as a companion of gleam_stdlib

Current section

Files

Jump to
gxyz src ffi.mjs
Raw

src/ffi.mjs

export function element(index, tuple) {
return tuple[index - 1];
}