deno.land / x / rambda@v9.1.1 / src / lensIndex.js

نووسراو ببینە
1
2
3
4
5
6
7
8
import { lens } from './lens.js'import { nth } from './nth.js'import { update } from './update.js'
export function lensIndex(index){ return lens(nth(index), update(index))}
rambda

Version Info

Tagged at
2 months ago