element.version === currentVersion)) { versionNodes.unshift({ version: currentVersion, url: "#" }); } document.querySelector("#project-version").innerHTML = versionNodes.reduce( (acc, element) => { const status = currentVersion === element.version ? "selected disabled" : ""; return ` ${acc} `; }, `
glearray · v2.1.2

glearray

Package Version Hex Docs

A simple library that provides immutable arrays for Gleam. Check out the docs for more information.

Installation

Add glearray to your Gleam project:

gleam add glearray

Targets

This library supports both the Erlang and JavaScript targets.

Search Document