You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2026. It is now read-only.
For points, takes a points and a callable, and returns the result of calling the callable on the point.
For collections, takes a collection and a callable, and returns a collection of the same collection type but with an element type that's the return type of calling transform on an element of the input collection, containing the result of calling transform on each element of the input. And if the collection supports reserve(), use it.
For variants, takes a variant and a callable, and returns a variant whose option types consist of the return types of calling transform on each input variant option type.
Basically, it should support succinct definitions of other algorithms like:
reserve(), use it.Basically, it should support succinct definitions of other algorithms like: