Module jlrs::args

source ·
Expand description

Julia function arguments

Calling some functions requires adding one or more additional arguments before the provided arguments. Functions that require this take the arguments as an implementation of Values, which can add these extra arguments without requiring any heap allocations as long as the number of arguments is known at compile-time.

Structs

  • Use a custom size for the internal SmallVec when extra items are added.

Traits

Functions