experimental library

A collection of ReArch experiments in case you like exploring the unknown.

Nothing here is officially supported; items may come and go or experience breaking changes on any new release. Further, items here may be untested so use at your own risk!

Classes

DynamicCapsule<Param, Return>
Represents a dynamic capsule. See ExperimentalSideEffects.dynamic for more.

Extensions

DynamicCapsuleAccess on Capsule<DynamicCapsule<Param, Return>>
Allows you to read dynamic capsules.
ExperimentalSideEffects on SideEffectRegistrar
A collection of experimental side effects to complement the BuiltinSideEffects.

Functions

capsule<T>(Capsule<T> cap) Capsule<T>
Shorthand for a fully formed capsule.
dynamicCapsule<Param, Return>(Return dyn(CapsuleHandle, Param)) Capsule<DynamicCapsule<Param, Return>>
Shorthand for a fully formed dynamic capsule. See ExperimentalSideEffects.dynamic for more.