package olinq
LINQ inspired queries on in-memory data
Install
Dune Dependency
Authors
Maintainers
Sources
v0.3.tar.gz
md5=586bfad3e744f8c459fa9f17db594c64
sha512=564efbea08d6e67ffa6ac6ba46c4737632ab206656f376a4b4b145984da7adcf14a731133c10201282105dae4345d924c423415830dcdaba78c98a0ffdda4c37
README.md.html
OLinq
The purpose is to provide powerful combinators to express iteration, transformation and combination of collections of items living in the type 'a t
. Inspired from https://en.wikipedia.org/wiki/Language_Integrated_Query .
documentation (start with module OLinq
):
License
Permissive BSD license (see file license
).
Notes
This comes from containers, where it was called CCLinq
. A separate package makes more sense, as it is fairly specialized, and does not depend on containers anyway.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>