MCPcopy
hub / github.com/duke-git/lancet / CurryFn

FuncType CurryFn

function/function.go:48–48  ·  view source on GitHub ↗

CurryFn is for make curry function

func(...T) T

Source from the content-addressed store, hash-verified

46
47// CurryFn is for make curry function
48type CurryFn[T any] func(...T) T
49
50// New make a curry function for specific value.
51// Play: https://go.dev/play/p/5HopfDwANKX

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…