An open API service indexing awesome lists of open source software.

https://github.com/juliaarrays/onetwomany.jl

Tools for element access in Julia
https://github.com/juliaarrays/onetwomany.jl

Last synced: 3 months ago
JSON representation

Tools for element access in Julia

Awesome Lists containing this project

README

          

# OneTwoMany.jl

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaArrays.github.io/OneTwoMany.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaArrays.github.io/OneTwoMany.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/JuliaArrays/OneTwoMany.jl/workflows/CI/badge.svg)](https://github.com/JuliaArrays/OneTwoMany.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/JuliaArrays/OneTwoMany.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaArrays/OneTwoMany.jl)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

## Documentation

* [Documentation for stable version](https://JuliaArrays.github.io/OneTwoMany.jl/stable)
* [Documentation for development version](https://JuliaArrays.github.io/OneTwoMany.jl/dev)

OneTwoMany.jl package provides utility functions for accessing the second
element, as well as the first, second and remaining elements, of iterable
objects. Please see the documentation linked above for details.